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 committed by Tim-Philipp Müller
parent f7e6dd53e1
commit 1badfb8627

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 (),