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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 19 13:05:57 UTC 2017


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

Edward Hervey <bilboed at bilboed.com> changed:

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

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

::: gst/isomp4/qtdemux.c
@@ +9601,3 @@
+  stream2 = QTDEMUX_STREAM (id2);
+
+  if (stream1->track_id > stream2->track_id) {

Or you could just make the function

_func(QtDemuxStream *stream1, QtDemuxStream *stream2) {
  return stream1->track_id - stream2->track_id;
}

:)

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