[Bug 797239] qtdemux: Crash when playing smooth-streaming

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 4 12:00:22 UTC 2018


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

Edward Hervey <bilboed at bilboed.com> changed:

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

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

::: gst/isomp4/qtdemux.c
@@ +2458,3 @@
+        demux->old_streams =
+            g_list_concat (demux->old_streams, demux->active_streams);
+        demux->active_streams = NULL;

Shouldn't we also set n_streams to 0 here ? Otherwise it means active_streams
and n_streams are out of sync

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