mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
mad: remove log line added in error
This commit is contained in:
parent
a2b0e47739
commit
45163cdf71
1 changed files with 0 additions and 1 deletions
|
@ -1392,7 +1392,6 @@ gst_mad_chain (GstPad * pad, GstBuffer * buffer)
|
|||
}
|
||||
}
|
||||
|
||||
GST_LOG ("sample rate %d", mad->frame.header.samplerate);
|
||||
GST_LOG ("decoding one frame now");
|
||||
|
||||
if (mad_frame_decode (&mad->frame, &mad->stream) == -1) {
|
||||
|
|
Loading…
Reference in a new issue