mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffdec: Always use parser for AAC LATM/LOAS
This commit is contained in:
parent
df40381a83
commit
b8f7aab1ba
1 changed files with 1 additions and 2 deletions
|
@ -832,8 +832,7 @@ gst_ffmpegdec_setcaps (GstPad * pad, GstCaps * caps)
|
||||||
|| oclass->in_plugin->id == CODEC_ID_AAC_LATM) {
|
|| oclass->in_plugin->id == CODEC_ID_AAC_LATM) {
|
||||||
const gchar *format = gst_structure_get_string (structure, "stream-format");
|
const gchar *format = gst_structure_get_string (structure, "stream-format");
|
||||||
|
|
||||||
if (format == NULL || strcmp (format, "raw") == 0 ||
|
if (format == NULL || strcmp (format, "raw") == 0) {
|
||||||
oclass->in_plugin->id == CODEC_ID_AAC_LATM) {
|
|
||||||
ffmpegdec->turnoff_parser = TRUE;
|
ffmpegdec->turnoff_parser = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue