glupload: Upgrade uploader selection message to INFO
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 14 Nov 2024 20:15:43 +0000 (15:15 -0500)
committerBackport Bot <gitlab-backport-bot@gstreamer-foundation.org>
Sat, 16 Nov 2024 15:49:33 +0000 (15:49 +0000)
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>

subprojects/gst-plugins-base/gst-libs/gst/gl/gstglupload.c

index f1ee70730945ed21aeae2c723fc8712a0cb6edef..3f4ee0cce1f1c776acceb9be60af3a4f74200342 100644 (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++;