pad: downgrade 'creating random stream-id' debug log message

No need for it to be a warning.
This commit is contained in:
Tim-Philipp Müller 2012-10-29 11:30:30 +00:00
parent 37a72b1a82
commit 37e405763c

View file

@ -3618,7 +3618,7 @@ gst_pad_create_stream_id_printf_valist (GstPad * pad, GstElement * parent,
g_checksum_free (cs);
} else {
/* Just get some random number if the URI query fails */
GST_WARNING_OBJECT (pad, "Creating random stream-id, consider "
GST_FIXME_OBJECT (pad, "Creating random stream-id, consider "
"implementing a deterministic way of creating a stream-id");
upstream_stream_id =
g_strdup_printf ("%08x%08x%08x%08x", g_random_int (), g_random_int (),