[gstreamer-bugs] [Bug 320532] New: [faac] set output samplerate and number of channels

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 2 08:57:50 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=320532
 GStreamer | gst-plugins-bad | Ver: HEAD CVS

           Summary: [faac] set output samplerate and number of channels
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: josef.zlomek at xeris.cz
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Because gst_faac_src_setcaps was set as a setcaps function of the srcpad, it was
called recursively and soemhow it cleared the rate and channels fields from the
capabilities. So the downstream elements could not find out the rate and
channels, which caused many problems.

The attached patch does not set the setcaps function for srcpad, and stops
trying to set caps of srcpad when it has already succeeded.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list