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 693055 - level: 32-bit formats don't work because of typo in format list: S32LEF32LE
level: 32-bit formats don't work because of typo in format list: S32LEF32LE
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.0.5
Other Linux
: Normal normal
: 1.0.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-02 13:30 UTC by Alex Kaye
Modified: 2013-02-03 15:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex Kaye 2013-02-02 13:30:13 UTC
$ gst-inspect-1.0 level

This command returns a set of formats in which S32LE and F32LE appear jumbled together for both src and sink pads.

format: { S8, S16LE, S32LEF32LE, F64LE }

Not sure if this affects functionality at all (I was getting some link failures using level which led me to run the inspect, but I haven't investigated the cause yet).
Comment 1 Alex Kaye 2013-02-02 13:57:38 UTC
Looking now at my debug graph, I see that I've got a F32LE pad failing to link to the level element, with no error message other than an 'Internal data flow error'. The format error is also showing on the graph, so I guess it's in the caps defined for the element.

Placing a caps filter with caps 'audio/x-raw,format=S16LE' (and an audioconvert before that) between the F32LE pad and the level element means they link ok. This looks to me like the error is affecting functionality after all.
Comment 2 Olivier Crête 2013-02-03 12:16:33 UTC
Fixed

commit fe3e53585370928c3a780975108d448e33280241
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   Sun Feb 3 13:14:50 2013 +0100

    level: Add missing coma between formats


Also committed to to 1.0 branch

commit e0a10903d59bbe147de5618bab8d125c9cbf98f4
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   Sun Feb 3 13:14:50 2013 +0100

    level: Add missing coma between formats