[Bug 684790] isomp4/qtdemux: Whenever a moov atom is found, restart the demuxer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 17 08:36:10 UTC 2017


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #349907|none                        |needs-work
             status|                            |

--- Comment #35 from Edward Hervey <bilboed at bilboed.com> ---
Review of attachment 349907:
 --> (https://bugzilla.gnome.org/review?bug=684790&attachment=349907)

::: gst/isomp4/qtdemux.c
@@ +2145,3 @@
           g_list_delete_link (qtdemux->active_streams, iter);
     }
+    for (iter = qtdemux->old_streams; iter; iter = next) {

g_list_free_full()

@@ +11929,3 @@
   GST_DEBUG_OBJECT (qtdemux, "exposing streams");

+  /* At below, figure out which stream in active_streams has identical
stream-id

You can only re-use streams dynamically within elements that support it
(parsebin, decodebin3,...).

You need to check for that to do so. Checkout tsdemux for reference.

-- 
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