[gstreamer-bugs] [Bug 600409] New: tremor/ivorbis: should pack result smarter

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 2 04:28:46 PST 2009


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

           Summary: tremor/ivorbis: should pack result smarter
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


the integer vorbisdecoder will create
audio/x-raw-int, 
        rate: [ 1, MAX ]
        channels: [ 1, 6 ]
        width: 32,
        depth: 16,
        signed: true

vorbis_synthesis_pcmout() produces 32bit int output. Either we offer 32bit int
output or when running copy_samples() we pack it into 16 bit buffers. The
current setup will cause the sink to most liekly repack again.

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