mad: remove log line added in error
This commit is contained in:
parent
a2b0e47739
commit
45163cdf71
@ -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");
|
GST_LOG ("decoding one frame now");
|
||||||
|
|
||||||
if (mad_frame_decode (&mad->frame, &mad->stream) == -1) {
|
if (mad_frame_decode (&mad->frame, &mad->stream) == -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user