event: log creation of qos events at LOG level instead at INFO

This commit is contained in:
Stefan Sauer 2011-11-08 08:26:29 +01:00
parent 93941a2517
commit 1713aaa4c5

View file

@ -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));