~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to sys/vdpau/gstvdpmpegdec.h

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <gst/gst.h>
25
25
#include <gst/base/gstadapter.h>
26
26
 
27
 
#include "gstvdpdevice.h"
28
27
#include "gstvdpvideobuffer.h"
29
28
 
30
29
G_BEGIN_DECLS
52
51
  GstPad *src;
53
52
  GstPad *sink;
54
53
 
55
 
  GstVdpDevice *device;
56
54
  VdpDecoderProfile profile;
57
55
  VdpDecoder decoder;
58
56
  
75
73
  guint64 gop_frame;
76
74
  
77
75
  /* forward and backward reference */
78
 
  GstBuffer *f_buffer;
79
 
  GstBuffer *b_buffer;
 
76
  GstVdpVideoBuffer *f_buffer;
 
77
  GstVdpVideoBuffer *b_buffer;
80
78
 
81
79
  /* calculated timestamp, size and duration */
82
80
  GstClockTime next_timestamp;