basevideodecoder: remove spurious warning
authorPhilip Jägenstedt <philipj@opera.com>
Sat, 5 Jun 2010 14:02:41 +0000 (16:02 +0200)
committerDavid Schleef <ds@schleef.org>
Thu, 10 Jun 2010 17:58:54 +0000 (10:58 -0700)
gst-libs/gst/video/gstbasevideodecoder.c

index 99a2a0d6b579aa1db782cc9446728f6b3f67e6bc..b1a97eb432f0096a10de6a50009084e923460969 100644 (file)
@@ -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",