winegstreamer: Log query after setting the URI.

This commit is contained in:
Brendan McGrath 2024-05-01 13:34:06 +10:00 committed by Alexandre Julliard
parent 87eaf89955
commit 130b97a2b0

View file

@ -1247,8 +1247,8 @@ static gboolean src_query_cb(GstPad *pad, GstObject *parent, GstQuery *query)
case GST_QUERY_URI:
if (parser->uri)
{
GST_LOG_OBJECT(pad, "Responding with %" GST_PTR_FORMAT, query);
gst_query_set_uri(query, parser->uri);
GST_LOG_OBJECT(pad, "Responding with %" GST_PTR_FORMAT, query);
return TRUE;
}
return FALSE;