GNOME Bugzilla – Bug 350778
[mpegdemux] Send update newsegments
Last modified: 2006-09-21 13:36:52 UTC
This is a patch to create update newsegment events whenever there is a discontinuity in the mpeg stream. There are two purposes of this patch. One of them is to support subtitles (which are "sparse streams" by definition), the second purpose is to support transcoding of DVD that may have an audio stream silent for some time. The idea follows docs/design/part-sparsestreams.txt
Created attachment 70663 [details] [review] Patch to send update newsegment This is a patch by Martin Zlomek martin.zlomek@itonis.tv
*** Bug 350777 has been marked as a duplicate of this bug. ***
Thanks for the patch, it's in CVS now (completely forgot about it, sorry): 2006-09-21 Tim-Philipp Müller <tim at centricular dot net> Patch by: Martin Zlomek <martin dot zlomek at itonis dot tv> * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_reset), (gst_dvd_demux_sync_stream_to_time): * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_synchronise_pads), (gst_mpeg_demux_sync_stream_to_time): Send newsegment updates for sparse streams (#350778).