aacparse: remove unhelpful stray debug message

This commit is contained in:
Mark Nauwelaerts 2012-07-06 15:29:14 +02:00
parent c22268b5d3
commit 986286a8ea

View file

@ -987,8 +987,6 @@ gst_aac_parse_handle_frame (GstBaseParse * parse,
aacparse->sample_rate = rate;
aacparse->channels = channels;
GST_DEBUG_OBJECT (aacparse, "here");
if (!gst_aac_parse_set_src_caps (aacparse, NULL)) {
/* If linking fails, we need to return appropriate error */
ret = GST_FLOW_NOT_LINKED;