[Bug 781319] qtdemux: Reset adapter in more discontinuity cases

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 14 16:05:47 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781319

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #349870|none                        |reviewed
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 349870:
 --> (https://bugzilla.gnome.org/review?bug=781319&attachment=349870)

::: gst/isomp4/qtdemux.c
@@ +6332,3 @@
         demux->offset = GST_BUFFER_OFFSET (inbuf);
+        if (!demux->fragmented || demux->segment.rate > 0)
+          gst_adapter_clear (demux->adapter);

Shouldn't we clear the adapter here in any case?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list