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:
Nicolas Dufresne 2024-11-14 15:15:43 -05:00 committed by GStreamer Marge Bot
parent 3c8b1427ca
commit 000a7650fc

View file

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