After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336339 - [audioresample] should support width != 16
[audioresample] should support width != 16
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-28 12:56 UTC by Tim-Philipp Müller
Modified: 2006-05-11 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-03-28 12:56:39 UTC
audioresample is really not that useful as a token plug-before-audiosink element if it doesn't support widths != 16 , as alsasink may not support a width of 16bps with some sound cards, so it can't really be plugged unconditionally unless one plugs yet another audioconvert after it.
Comment 1 Tim-Philipp Müller 2006-05-11 18:21:03 UTC
This has also been fixed by this commit:

  2006-04-28  Wim Taymans  <wim@fluendo.com>

        * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
        (resample_set_state_from_caps):
        Add support for other formats audioresample can handle such as
        32 bits in and float and 64 bits float. Fixes #301759

Let's hope there are no audiosinks out there that only support 8 bit or 24 bit but nothing else...