mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
flvdemux: Change a GST_ERROR_OBJECT() back to GST_DEBUG_OBJECT()
It was accidentally changed in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/436 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/624>
This commit is contained in:
parent
3e2420361a
commit
556e7ab210
1 changed files with 1 additions and 1 deletions
|
@ -1689,7 +1689,7 @@ gst_flv_demux_parse_tag_video (GstFlvDemux * demux, GstBuffer * buffer)
|
||||||
|
|
||||||
/* Check if caps have changed */
|
/* Check if caps have changed */
|
||||||
if (G_UNLIKELY (codec_tag != demux->video_codec_tag || demux->got_par)) {
|
if (G_UNLIKELY (codec_tag != demux->video_codec_tag || demux->got_par)) {
|
||||||
GST_ERROR_OBJECT (demux, "video settings have changed, changing caps");
|
GST_DEBUG_OBJECT (demux, "video settings have changed, changing caps");
|
||||||
if (codec_tag != demux->video_codec_tag)
|
if (codec_tag != demux->video_codec_tag)
|
||||||
gst_buffer_replace (&demux->video_codec_data, NULL);
|
gst_buffer_replace (&demux->video_codec_data, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue