summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philipj@opera.com>2010-06-05 16:02:41 +0200
committerDavid Schleef <ds@schleef.org>2010-06-10 10:58:54 -0700
commit7a181a9ed3c8155a4cc4a7d8880f24482f4842d2 (patch)
treeb3a6c815909da8f69afcb6a84b67f546b4e8b83a /gst-libs
parenta0dbd6561f5844c60bf1a2f1143c6c930045a45a (diff)
downloadgstreamer-plugins-bad-7a181a9ed3c8155a4cc4a7d8880f24482f4842d2.tar.gz
basevideodecoder: remove spurious warning
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/video/gstbasevideodecoder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/video/gstbasevideodecoder.c b/gst-libs/gst/video/gstbasevideodecoder.c
index 99a2a0d6b..b1a97eb43 100644
--- a/gst-libs/gst/video/gstbasevideodecoder.c
+++ b/gst-libs/gst/video/gstbasevideodecoder.c
@@ -266,7 +266,8 @@ gst_base_video_decoder_sink_event (GstPad * pad, GstEvent * event)
update, rate, applied_rate, format, start, stop, position);
base_video_decoder->have_segment = TRUE;
- GST_WARNING ("new segment: format %d rate %g start %" GST_TIME_FORMAT
+ GST_DEBUG_OBJECT (base_video_decoder,
+ "new segment: format %d rate %g start %" GST_TIME_FORMAT
" stop %" GST_TIME_FORMAT
" position %" GST_TIME_FORMAT
" update %d",