gluploadelement: Fix typo in debug output

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8431>
This commit is contained in:
Sebastian Dröge 2025-02-14 12:02:57 +02:00 committed by GStreamer Marge Bot
parent 8411a46c72
commit 4fb5784e53

View File

@ -296,7 +296,7 @@ again:
GstPad *sinkpad = GST_BASE_TRANSFORM_SINK_PAD (bt);
GstCaps *incaps = gst_pad_get_current_caps (sinkpad);
GST_DEBUG_OBJECT (bt,
"Failed to upload with curren caps -- reconfiguring.");
"Failed to upload with current caps -- reconfiguring.");
/* Note: gst_base_transform_reconfigure_src() cannot be used here.
* Reconfiguring must be synchronous to avoid dropping the current
* buffer */