mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue