summaryrefslogtreecommitdiffstats
path: root/gst/mpegvideoparse/mpegvideoparse.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-07-01 21:40:19 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-07-01 21:40:19 +0000
commit6da2ab35a95708daa42c588ec3320401e87329b5 (patch)
treeee965c0e4fb992c13dbeab5d2b8716e8953b2dd5 /gst/mpegvideoparse/mpegvideoparse.h
parentba48156d08fc80ce8d63a4ec071b2c1ab6624db9 (diff)
downloadgst-plugins-bad-6da2ab35a95708daa42c588ec3320401e87329b5.tar.gz
gst-plugins-bad-6da2ab35a95708daa42c588ec3320401e87329b5.tar.bz2
gst-plugins-bad-6da2ab35a95708daa42c588ec3320401e87329b5.zip
gst/mpegvideoparse/mpegvideoparse.*: Queue new-segment events and send them after caps have been determined and set, ...
Original commit message from CVS: * gst/mpegvideoparse/mpegvideoparse.c: * gst/mpegvideoparse/mpegvideoparse.h: Queue new-segment events and send them after caps have been determined and set, so that the decoder will have been auto-plugged.
Diffstat (limited to 'gst/mpegvideoparse/mpegvideoparse.h')
-rw-r--r--gst/mpegvideoparse/mpegvideoparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpegvideoparse/mpegvideoparse.h b/gst/mpegvideoparse/mpegvideoparse.h
index 8495adf1..8c3854b9 100644
--- a/gst/mpegvideoparse/mpegvideoparse.h
+++ b/gst/mpegvideoparse/mpegvideoparse.h
@@ -44,6 +44,7 @@ struct _MpegVideoParse {
GstPad *sinkpad, *srcpad;
GstSegment segment;
+ GList *pending_segs;
gint64 next_offset;
gboolean need_discont;