mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
glupload: Upgrade uploader selection message to INFO
This allow using INFO log to quickly see what uploader we picked. This is very useful as the DEBUG category has became very noisy. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7891>
This commit is contained in:
parent
3c8b1427ca
commit
000a7650fc
1 changed files with 1 additions and 1 deletions
|
@ -3525,7 +3525,7 @@ _upload_find_method (GstGLUpload * upload, gpointer last_impl)
|
|||
upload->priv->method = upload_methods[method_i];
|
||||
upload->priv->method_impl = upload->priv->upload_impl[method_i];
|
||||
|
||||
GST_DEBUG_OBJECT (upload, "attempting upload with uploader %s",
|
||||
GST_INFO_OBJECT (upload, "attempting upload with uploader %s",
|
||||
upload->priv->method->name);
|
||||
|
||||
upload->priv->method_i++;
|
||||
|
|
Loading…
Reference in a new issue