mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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->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;
|
||||
|
|
Loading…
Reference in a new issue