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:
parent
ba4f177426
commit
0560526695
@ -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>
|
2006-01-22 Martin Soto <martinsoto@users.sourceforge.net>
|
||||||
|
|
||||||
* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event):
|
* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_process_event):
|
||||||
|
@ -1369,7 +1369,7 @@ gst_mad_chain (GstPad * pad, GstBuffer * buffer)
|
|||||||
* some weird decoding errors... */
|
* some weird decoding errors... */
|
||||||
GST_LOG ("decoding the header now");
|
GST_LOG ("decoding the header now");
|
||||||
if (mad_header_decode (&mad->frame.header, &mad->stream) == -1) {
|
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));
|
mad_stream_errorstr (&mad->stream));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user