diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-10-16 16:37:33 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-10-16 16:37:33 +0000 |
commit | e758c7dc2390c57d605288f236e126f4f272bc9a (patch) | |
tree | d7b6d82b2c36083a0a86839f3fd6a7971a2778d5 /gst/mpegdemux/gstmpegtsdemux.h | |
parent | 4a7573c61a875f7a9dcc1e6f0c162d08923f228b (diff) | |
download | gst-plugins-bad-e758c7dc2390c57d605288f236e126f4f272bc9a.tar.gz gst-plugins-bad-e758c7dc2390c57d605288f236e126f4f272bc9a.tar.bz2 gst-plugins-bad-e758c7dc2390c57d605288f236e126f4f272bc9a.zip |
gst/mpegdemux/gstmpegtsdemux.*: Properly handle some resync cases in the optimised buffering strategy.
Original commit message from CVS:
Patch by: Josep Torra
* gst/mpegdemux/gstmpegtsdemux.c:
* gst/mpegdemux/gstmpegtsdemux.h:
Properly handle some resync cases in the optimised
buffering strategy.
Diffstat (limited to 'gst/mpegdemux/gstmpegtsdemux.h')
-rw-r--r-- | gst/mpegdemux/gstmpegtsdemux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mpegdemux/gstmpegtsdemux.h b/gst/mpegdemux/gstmpegtsdemux.h index d26aedcd..4878290a 100644 --- a/gst/mpegdemux/gstmpegtsdemux.h +++ b/gst/mpegdemux/gstmpegtsdemux.h @@ -164,6 +164,7 @@ struct _GstFluTSStream { guint32 pes_buffer_size; guint32 pes_buffer_used; gboolean pes_buffer_overflow; + gboolean pes_buffer_in_sync; GstPESFilter filter; GstPad * pad; GstFlowReturn last_ret; |