mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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);
|
||||
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",
|
||||
|
|
Loading…
Reference in a new issue