mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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) {
|
||||
const gchar *format = gst_structure_get_string (structure, "stream-format");
|
||||
|
||||
if (format == NULL || strcmp (format, "raw") == 0 ||
|
||||
oclass->in_plugin->id == CODEC_ID_AAC_LATM) {
|
||||
if (format == NULL || strcmp (format, "raw") == 0) {
|
||||
ffmpegdec->turnoff_parser = TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue