[Bug 740195] New: [PATCH] mpg123: Handle src pads with no caps set

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 15 15:38:35 PST 2014


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

           Summary: [PATCH] mpg123: Handle src pads with no caps set
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: dv at pseudoterminal.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=290776)
 View: https://bugzilla.gnome.org/attachment.cgi?id=290776
 Review: https://bugzilla.gnome.org/review?bug=740195&attachment=290776

mpg123audiodec patch for NULL srccaps

In some instances (for example, when using decodebin), the decoder's
srcpad won't have caps set by the time gst_mpg123_audio_dec_set_format()
is called. In this case, instead of failing, use S16LE as default format.

Prior to the git version (that is, 1.4.4 and earlier), it appears that the
srcpad caps are always set, even with bins. The problem that is fixed by the
patch was observed in the git version only. Nevertheless, it is useful to have
such a fallback.

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