summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-07-20 16:11:25 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-07-20 16:12:21 +0100
commit819fb47b7806dec60a4388e20baa24e2d0f6c180 (patch)
treea6d19042c9656ffebc3672bceab1519eb7c3f1ff
parentda1c816358b947c3a4941bef76882179e2330332 (diff)
matroskamux: demote WARNING message to LOG level
It's not a warning.
-rw-r--r--gst/matroska/matroska-mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c
index d791d0645..ff4cc0f77 100644
--- a/gst/matroska/matroska-mux.c
+++ b/gst/matroska/matroska-mux.c
@@ -2583,7 +2583,7 @@ gst_matroska_mux_write_data (GstMatroskaMux * mux, GstMatroskaPad * collect_pad)
gst_ebml_write_uint (ebml, GST_MATROSKA_ID_CLUSTERTIMECODE,
gst_util_uint64_scale (GST_BUFFER_TIMESTAMP (buf), 1,
mux->time_scale));
- GST_WARNING_OBJECT (mux, "cluster timestamp %" G_GUINT64_FORMAT,
+ GST_LOG_OBJECT (mux, "cluster timestamp %" G_GUINT64_FORMAT,
gst_util_uint64_scale (GST_BUFFER_TIMESTAMP (buf), 1,
mux->time_scale));
gst_ebml_write_flush_cache (ebml, TRUE);