mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
matroskamux: demote WARNING message to LOG level
It's not a warning.
This commit is contained in:
parent
da1c816358
commit
819fb47b78
1 changed files with 1 additions and 1 deletions
|
@ -2583,7 +2583,7 @@ gst_matroska_mux_write_data (GstMatroskaMux * mux, GstMatroskaPad * collect_pad)
|
||||||
gst_ebml_write_uint (ebml, GST_MATROSKA_ID_CLUSTERTIMECODE,
|
gst_ebml_write_uint (ebml, GST_MATROSKA_ID_CLUSTERTIMECODE,
|
||||||
gst_util_uint64_scale (GST_BUFFER_TIMESTAMP (buf), 1,
|
gst_util_uint64_scale (GST_BUFFER_TIMESTAMP (buf), 1,
|
||||||
mux->time_scale));
|
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,
|
gst_util_uint64_scale (GST_BUFFER_TIMESTAMP (buf), 1,
|
||||||
mux->time_scale));
|
mux->time_scale));
|
||||||
gst_ebml_write_flush_cache (ebml, TRUE);
|
gst_ebml_write_flush_cache (ebml, TRUE);
|
||||||
|
|
Loading…
Reference in a new issue