mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
aacparse: be less verbose when parsing LOAS streams
https://bugzilla.gnome.org/show_bug.cgi?id=704162
This commit is contained in:
parent
5750a67765
commit
ae92ea21a1
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ gst_aac_parse_read_loas_config (GstAacParse * aacparse, const guint8 * data,
|
|||
}
|
||||
}
|
||||
}
|
||||
GST_WARNING_OBJECT (aacparse, "More data ignored");
|
||||
GST_LOG_OBJECT (aacparse, "More data ignored");
|
||||
} else {
|
||||
GST_WARNING_OBJECT (aacparse, "Spec says \"TBD\"...");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue