From f89d672eb70ce64a1609ee8fc83acbbfefd52f45 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 13 Nov 2017 13:51:20 +0100 Subject: [PATCH] matroskademux: Remove bogus error message It's just informational --- gst/matroska/matroska-demux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 7c66895..eee41d6 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -6159,7 +6159,7 @@ gst_matroska_demux_audio_caps (GstMatroskaTrackAudioContext * guint sample_width; guint extra_data_size; - GST_ERROR ("real audio raversion:%d", raversion); + GST_DEBUG ("real audio raversion:%d", raversion); if (raversion == 8) { /* COOK */ flavor = GST_READ_UINT16_BE (data + 22); @@ -6169,7 +6169,7 @@ gst_matroska_demux_audio_caps (GstMatroskaTrackAudioContext * sample_width = GST_READ_UINT16_BE (data + 58); extra_data_size = GST_READ_UINT32_BE (data + 74); - GST_ERROR + GST_DEBUG ("flavor:%d, packet_size:%d, height:%d, leaf_size:%d, sample_width:%d, extra_data_size:%d", flavor, packet_size, height, leaf_size, sample_width, extra_data_size); -- 2.7.4