summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpmpegdecoder.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-16 23:43:24 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:30 +0100
commite0ddcabd7ab63c8060b7259e4075a0e88e5bcf66 (patch)
tree0c76c64436b4704d9dc8d52d2eb1e591be233f10 /sys/vdpau/gstvdpmpegdecoder.h
parenta168fdc1d3dfa013c4b381dbe3914564ac79b444 (diff)
downloadgst-plugins-bad-e0ddcabd7ab63c8060b7259e4075a0e88e5bcf66.tar.gz
gst-plugins-bad-e0ddcabd7ab63c8060b7259e4075a0e88e5bcf66.tar.bz2
gst-plugins-bad-e0ddcabd7ab63c8060b7259e4075a0e88e5bcf66.zip
vdpaumpegdec: handle multiple B_FRAMEs in a row
Diffstat (limited to 'sys/vdpau/gstvdpmpegdecoder.h')
-rw-r--r--sys/vdpau/gstvdpmpegdecoder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vdpau/gstvdpmpegdecoder.h b/sys/vdpau/gstvdpmpegdecoder.h
index 3761cff6..a03c17c2 100644
--- a/sys/vdpau/gstvdpmpegdecoder.h
+++ b/sys/vdpau/gstvdpmpegdecoder.h
@@ -48,8 +48,7 @@ struct _GstVdpMpegDecoder
GstBuffer *f_buffer;
/* holds B_FRAMES */
- GstBuffer *b_buffer;
- VdpPictureInfoMPEG1Or2 b_vdp_info;
+ GSList *b_frames;
GstAdapter *adapter;
};