[Bug 708769] avdec_mp2float: negotiation error

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 1 01:19:33 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=708769
  GStreamer | gst-libav | 1.2.0

Philippe Normand <phil> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|gst-plugins-base            |gst-libav

--- Comment #4 from Philippe Normand <phil at base-art.net> 2013-10-01 08:19:27 UTC ---
Well this commit looks a bit suspicious:

commit 90e1c0c21d1e235f550692503b6aebfcbeec165d
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Dec 11 16:46:43 2012 +0000

    avcodecmap: Simplify raw audio caps


before that commit the decoder src pad caps template is:

  SRC template: 'src'
    Availability: Always
    Capabilities:
      audio/x-raw
               channels: [ 1, 2 ]
                   rate: { 48000, 44100, 32000, 24000, 22050, 16000 }
                 format: F32LE
                 layout: interleaved
      audio/x-raw
               channels: [ 1, 2 ]
                   rate: { 48000, 44100, 32000, 24000, 22050, 16000 }
                 format: F32LE
                 layout: interleaved

and after:

  SRC template: 'src'
    Availability: Always
    Capabilities:
      audio/x-raw
                 layout: interleaved
                 format: { F32LE, F32LE }

Was this intended?

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