[Bug 755918] New: decodebin: Fix assertion errors when caps is not fixed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 30 23:36:27 PDT 2015


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

            Bug ID: 755918
           Summary: decodebin: Fix assertion errors when caps is not fixed
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

While getting topology, if the chain pad caps is not fixed, then the caps is
being unreffed and passed on the structure id set. But passing NULL to
structure_id_set results in assertion errors.
And get_topology can return NULL value, which on being passed to create message
will result in assertion error. Check if topology is valid before using it

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