[Bug 762893] New: splitmuxsink critical assertion when changing from null to ready

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 29 20:21:33 UTC 2016


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

            Bug ID: 762893
           Summary: splitmuxsink critical assertion when changing  from
                    null to ready
    Classification: Platform
           Product: GStreamer
           Version: 1.6.3
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ivan.aponte at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

If you create a splitmuxsink and change it to PLAYING. Then change its state to
NULL and then again to PLAYING state. A critical assertion occurs:

CRITICAL **: create_sink: assertion 'splitmux->active_sink == NULL' failed

The causing line I think is this one in create_sink function 

g_return_val_if_fail (splitmux->active_sink == NULL, TRUE);


This just means that the sink was already created I have tested it and it works
despite the critical message.

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