[gstreamer-bugs] [Bug 625407] New: ffenc_nellymoser lists too many formats in the sink caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 27 08:54:14 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625407
  GStreamer | gst-ffmpeg | 0.10.10

           Summary: ffenc_nellymoser lists too many formats in the sink
                    caps
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.10
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: martin at martin.st
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


ffenc_nellymoser lists many different audio formats in their sink caps:

  SINK template: 'sink'
    Availability: Always
    Capabilities:
      audio/x-raw-int
               channels: [ 1, 2 ]
                   rate: [ 4000, 96000 ]
                 signed: true
             endianness: 1234
                  width: 16
                  depth: 16
      audio/x-raw-int
               channels: [ 1, 2 ]
                   rate: [ 4000, 96000 ]
                 signed: true
             endianness: 1234
                  width: 32
                  depth: 32
      audio/x-raw-float
               channels: [ 1, 2 ]
                   rate: [ 4000, 96000 ]
             endianness: 1234
                  width: 32
      audio/x-raw-float
               channels: [ 1, 2 ]
                   rate: [ 4000, 96000 ]
             endianness: 1234
                  width: 64

Despite this, the encoders only work properly when actually fed with
audio/x-raw-int, width=16 - feeding data in any other format only produces
garbage, without outputting any warning.

Sample command line that illustrates the problem:
gst-launch audiotestsrc ! audio/x-raw-float ! ffenc_nellymoser !
ffdec_nellymoser ! wavenc ! filesink location=foo.wav

The same issue, listing too many sink caps, seems to happen for at least
ffenc_alac, too.

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