Skip to content
Snippets Groups Projects
Commit 556e7ab2 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

flvdemux: Change a GST_ERROR_OBJECT() back to GST_DEBUG_OBJECT()

It was accidentally changed in gstreamer/gst-plugins-good!436

Part-of: <gstreamer/gst-plugins-good!624>
parent 3e242036
No related branches found
No related tags found
1 merge request!624flvdemux: Change a GST_ERROR_OBJECT() back to GST_DEBUG_OBJECT()
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment