mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
basevideodecoder: remove spurious warning
This commit is contained in:
parent
a0dbd6561f
commit
7a181a9ed3
1 changed files with 2 additions and 1 deletions
|
@ -266,7 +266,8 @@ gst_base_video_decoder_sink_event (GstPad * pad, GstEvent * event)
|
||||||
update, rate, applied_rate, format, start, stop, position);
|
update, rate, applied_rate, format, start, stop, position);
|
||||||
base_video_decoder->have_segment = TRUE;
|
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
|
" stop %" GST_TIME_FORMAT
|
||||||
" position %" GST_TIME_FORMAT
|
" position %" GST_TIME_FORMAT
|
||||||
" update %d",
|
" update %d",
|
||||||
|
|
Loading…
Reference in a new issue