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 632798 - [flacenc] does not support changing the number of channels on the fly
[flacenc] does not support changing the number of channels on the fly
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-21 14:52 UTC by Julien Isorce
Modified: 2018-11-03 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
aac file that contains 2 audio channels then 6 then 2 then 6 (recorded with faac outputformat=1) (730.83 KB, audio/mp4)
2010-10-21 14:52 UTC, Julien Isorce
Details

Description Julien Isorce 2010-10-21 14:52:46 UTC
Created attachment 172941 [details]
aac file that contains 2 audio channels then 6 then 2 then 6 (recorded with faac outputformat=1)

** steps to reproduce:

gst-launch-0.10  filesrc location=res.aac ! aacparse ! faad ! flacenc ! fakesink

** Actual result:

"WARNING: flac already initialized -- fixme allow this"

** Excepted result:

Does the 'fixme allow this' mean that it would be possible to call 'gst_flac_enc_sink_setcaps' if encoder is already initialized ? flac specs ?
Comment 1 Sebastian Dröge (slomo) 2010-10-21 15:01:04 UTC
The flac spec doesn't strictly forbid this but this would be only valid for files without a stream header
Comment 2 GStreamer system administrator 2018-11-03 14:42:53 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/36.