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 318659 - [faac] problem with float capabilities
[faac] problem with float capabilities
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal major
: 0.9.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-12 11:18 UTC by Josef Zlomek
Modified: 2005-10-12 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Rename depth->width (4.72 KB, patch)
2005-10-12 11:19 UTC, Josef Zlomek
committed Details | Review

Description Josef Zlomek 2005-10-12 11:18:40 UTC
When using audio/x-raw-float MIME type, all gstreamer plugins use "width" field
of the capability but faac uses "depth". This causes that faac cannot be linked
with any other plugin (even via audioconvert) when using audio/x-raw-float.

The attached patch changes the name of the "depth" field to "width" for float
raw audio.
Comment 1 Josef Zlomek 2005-10-12 11:19:17 UTC
Created attachment 53362 [details] [review]
Rename depth->width
Comment 2 Tim-Philipp Müller 2005-10-12 13:56:11 UTC
Committed with minor modifications, thanks! (Doesn't seem to work quite right
yet though for 32-bit int or float audio, but I'm not sure whether the bug is in
faad or faac).

  2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>

        * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
          Fix depth/width handling for float audio (#318659).


 Cheers
  -Tim