[gstreamer-bugs] [Bug 639338] New: [qtmux] Protect against copying a null caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 12 10:12:57 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=639338
  GStreamer | gst-plugins-bad | unspecified

           Summary: [qtmux] Protect against copying a null caps
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thiago.sousa.santos at collabora.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Using qtmux with encodebin is causing an assertion on line 1472:

caps = gst_caps_copy (GST_PAD_CAPS (mux->srcpad));

the srcpad caps is NULL.

Attached patch fixes it.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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