mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
event: log creation of qos events at LOG level instead at INFO
This commit is contained in:
parent
93941a2517
commit
1713aaa4c5
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ gst_event_new_qos (GstQOSType type, gdouble proportion,
|
|||
/* diff must be positive or timestamp + diff must be positive */
|
||||
g_return_val_if_fail (diff >= 0 || -diff <= timestamp, NULL);
|
||||
|
||||
GST_CAT_INFO (GST_CAT_EVENT,
|
||||
GST_CAT_LOG (GST_CAT_EVENT,
|
||||
"creating qos type %d, proportion %lf, diff %" G_GINT64_FORMAT
|
||||
", timestamp %" GST_TIME_FORMAT, type, proportion,
|
||||
diff, GST_TIME_ARGS (timestamp));
|
||||
|
|
Loading…
Reference in a new issue