aacparse: be less verbose when parsing LOAS streams

https://bugzilla.gnome.org/show_bug.cgi?id=704162
This commit is contained in:
Matej Knopp 2013-07-13 20:56:26 +02:00 committed by Sebastian Dröge
parent 5750a67765
commit ae92ea21a1

View file

@ -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\"...");
}