mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
faac: only raw output needs codec_data in caps
This commit is contained in:
parent
a61183fe29
commit
137866c14b
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ gst_faac_configure_source_pad (GstFaac * faac)
|
|||
"channels", G_TYPE_INT, faac->channels,
|
||||
"rate", G_TYPE_INT, faac->samplerate, NULL);
|
||||
|
||||
if (mpegversion == 4) {
|
||||
if (!faac->outputformat) {
|
||||
GstBuffer *codec_data;
|
||||
guint8 *config = NULL;
|
||||
gulong config_len = 0;
|
||||
|
|
Loading…
Reference in a new issue