summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-06-12 09:52:56 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-12 09:52:56 +0300
commit556e7ab210777ccca9b77f9fd1863ac34c8a1ade (patch)
treed037ad6313152b1fcf4acae5ec198693aa1f523d
parent3e2420361a3d04dfb44acf53d91cc5849ec9ad01 (diff)
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>
-rw-r--r--gst/flv/gstflvdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c
index e71e3367b9..09f935d332 100644
--- a/gst/flv/gstflvdemux.c
+++ b/gst/flv/gstflvdemux.c
@@ -1689,7 +1689,7 @@ gst_flv_demux_parse_tag_video (GstFlvDemux * demux, GstBuffer * buffer)
/* Check if caps have changed */
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)
gst_buffer_replace (&demux->video_codec_data, NULL);