mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
tsmux: fix wrong log message level
ERROR level is debugging left-over.
This commit is contained in:
parent
0fd6b5d331
commit
b79cfc68cb
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ tsmux_stream_get_es_descrs (TsMuxStream * stream,
|
|||
}
|
||||
if (stream->is_meta) {
|
||||
descriptor = gst_mpegts_descriptor_from_registration ("KLVA", NULL, 0);
|
||||
GST_ERROR ("adding KLVA registration descriptor!");
|
||||
GST_DEBUG ("adding KLVA registration descriptor");
|
||||
g_ptr_array_add (pmt_stream->descriptors, descriptor);
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue