summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/gstmpegdemux.h
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-05-26 19:11:45 -0400
committerDave Robillard <dave@drobilla.net>2009-05-26 19:11:45 -0400
commit0b46abe9aec9d8903430f49fe17f92dd8b0ba00e (patch)
tree5b4d6d8b85c0b002d4d503e75d6edc6772fcce85 /gst/mpegdemux/gstmpegdemux.h
parente9f9ffa0e5ca0844a499a106963888176b6a7372 (diff)
parentb75a26657febaf86c4137b4d41c068926325e316 (diff)
downloadgst-plugins-bad-0b46abe9aec9d8903430f49fe17f92dd8b0ba00e.tar.gz
gst-plugins-bad-0b46abe9aec9d8903430f49fe17f92dd8b0ba00e.tar.bz2
gst-plugins-bad-0b46abe9aec9d8903430f49fe17f92dd8b0ba00e.zip
Merge branch 'fdo' into lv2
Diffstat (limited to 'gst/mpegdemux/gstmpegdemux.h')
-rw-r--r--gst/mpegdemux/gstmpegdemux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.h b/gst/mpegdemux/gstmpegdemux.h
index ef175f76..29b3d5e5 100644
--- a/gst/mpegdemux/gstmpegdemux.h
+++ b/gst/mpegdemux/gstmpegdemux.h
@@ -86,6 +86,10 @@ struct _GstFluPSStream
gint type;
gint size_bound;
+ GstClockTime segment_thresh;
+ GstClockTime last_seg_start;
+ GstClockTime last_ts;
+
gboolean discont;
gboolean notlinked;
gboolean need_segment;
@@ -149,6 +153,7 @@ struct _GstFluPSDemuxClass
GstPadTemplate *sink_template;
GstPadTemplate *video_template;
GstPadTemplate *audio_template;
+ GstPadTemplate *subpicture_template;
GstPadTemplate *private_template;
};