ext/mad/gstmad.c: Fix debug message.

Original commit message from CVS:
* ext/mad/gstmad.c: (gst_mad_chain):
Fix debug message.
This commit is contained in:
Tim-Philipp Müller 2006-01-23 10:15:27 +00:00
parent ba4f177426
commit 0560526695
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
* ext/mad/gstmad.c: (gst_mad_chain):
Fix debug message.
2006-01-22 Martin Soto <martinsoto@users.sourceforge.net>
* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event):

View file

@ -1369,7 +1369,7 @@ gst_mad_chain (GstPad * pad, GstBuffer * buffer)
* some weird decoding errors... */
GST_LOG ("decoding the header now");
if (mad_header_decode (&mad->frame.header, &mad->stream) == -1) {
GST_WARNING ("mad_frame_decode had an error: %s",
GST_WARNING ("mad_header_decode had an error: %s",
mad_stream_errorstr (&mad->stream));
}