GNOME Bugzilla – Bug 632798
[flacenc] does not support changing the number of channels on the fly
Last modified: 2018-11-03 14:42:53 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 ?
The flac spec doesn't strictly forbid this but this would be only valid for files without a stream header
-- 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.