diff options
author | Dave Robillard <dave@drobilla.net> | 2009-05-26 19:11:45 -0400 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-26 19:11:45 -0400 |
commit | 0b46abe9aec9d8903430f49fe17f92dd8b0ba00e (patch) | |
tree | 5b4d6d8b85c0b002d4d503e75d6edc6772fcce85 /gst/mpegdemux/gstmpegdemux.h | |
parent | e9f9ffa0e5ca0844a499a106963888176b6a7372 (diff) | |
parent | b75a26657febaf86c4137b4d41c068926325e316 (diff) | |
download | gst-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.h | 5 |
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; }; |