summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-03 09:52:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-10-03 12:21:34 +0200
commit650292706da9f526a7af770176e6b2d647b2689a (patch)
treed1156188b791384a1778e3f3fd960ff9e57d0ae8
parent48b784e7155d234646ac52e5a8e4430a88966856 (diff)
matroskademux: Change one GST_WARNING to a GST_DEBUG
-rw-r--r--gst/matroska/matroska-demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c
index 191eaac2..9c2dd7ba 100644
--- a/gst/matroska/matroska-demux.c
+++ b/gst/matroska/matroska-demux.c
@@ -4330,7 +4330,7 @@ gst_matroska_demux_parse_blockgroup_or_simpleblock (GstMatroskaDemux * demux,
sub = gst_buffer_create_sub (buf,
GST_BUFFER_SIZE (buf) - size, lace_size[n]);
- GST_WARNING_OBJECT (demux, "created subbuffer %p", sub);
+ GST_DEBUG_OBJECT (demux, "created subbuffer %p", sub);
if (stream->encodings != NULL && stream->encodings->len > 0)
sub = gst_matroska_decode_buffer (stream, sub);