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/7907>
This commit is contained in:
Nicolas Dufresne 2024-11-14 15:15:43 -05:00 committed by Backport Bot
parent 0e672340e5
commit 27533302b8

View file

@ -3515,7 +3515,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++;