mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
aacparse: remove unhelpful stray debug message
This commit is contained in:
parent
c22268b5d3
commit
986286a8ea
1 changed files with 0 additions and 2 deletions
|
@ -987,8 +987,6 @@ gst_aac_parse_handle_frame (GstBaseParse * parse,
|
||||||
aacparse->sample_rate = rate;
|
aacparse->sample_rate = rate;
|
||||||
aacparse->channels = channels;
|
aacparse->channels = channels;
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (aacparse, "here");
|
|
||||||
|
|
||||||
if (!gst_aac_parse_set_src_caps (aacparse, NULL)) {
|
if (!gst_aac_parse_set_src_caps (aacparse, NULL)) {
|
||||||
/* If linking fails, we need to return appropriate error */
|
/* If linking fails, we need to return appropriate error */
|
||||||
ret = GST_FLOW_NOT_LINKED;
|
ret = GST_FLOW_NOT_LINKED;
|
||||||
|
|
Loading…
Reference in a new issue