projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0dbd65
)
basevideodecoder: remove spurious warning
author
Philip Jägenstedt
<philipj@opera.com>
Sat, 5 Jun 2010 14:02:41 +0000
(16:02 +0200)
committer
David Schleef
<ds@schleef.org>
Thu, 10 Jun 2010 17:58:54 +0000
(10:58 -0700)
gst-libs/gst/video/gstbasevideodecoder.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/video/gstbasevideodecoder.c
b/gst-libs/gst/video/gstbasevideodecoder.c
index 99a2a0d6b579aa1db782cc9446728f6b3f67e6bc..b1a97eb432f0096a10de6a50009084e923460969 100644
(file)
--- 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",