mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gst/asfdemux/gstasfdemux.c: The availability of extra codec data isn't something that warrants debug messages at WARN...
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream): The availability of extra codec data isn't something that warrants debug messages at WARNING level (see #376958).
This commit is contained in:
parent
7e5a1b0460
commit
ee9f77cd22
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream):
|
||||
The availability of extra codec data isn't something that
|
||||
warrants debug messages at WARNING level (see #376958).
|
||||
|
||||
2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
|
||||
|
|
|
@ -902,7 +902,7 @@ gst_asf_demux_add_audio_stream (GstASFDemux * demux,
|
|||
/* Swallow up any left over data and set up the
|
||||
* standard properties from the header info */
|
||||
if (size_left) {
|
||||
GST_WARNING ("Audio header contains %d bytes of "
|
||||
GST_INFO_OBJECT (demux, "Audio header contains %d bytes of "
|
||||
"codec specific data", size_left);
|
||||
|
||||
gst_asf_demux_get_buffer (&extradata, size_left, p_data, p_size);
|
||||
|
|
Loading…
Reference in a new issue