mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
pad: fix debug line
Use QUERY_TYPE on query types.
This commit is contained in:
parent
961151e569
commit
3b6e5acbce
1 changed files with 1 additions and 1 deletions
|
@ -2850,7 +2850,7 @@ static gboolean
|
||||||
query_forward_func (GstPad * pad, QueryData * data)
|
query_forward_func (GstPad * pad, QueryData * data)
|
||||||
{
|
{
|
||||||
GST_LOG_OBJECT (pad, "query peer %p (%s) of %s:%s",
|
GST_LOG_OBJECT (pad, "query peer %p (%s) of %s:%s",
|
||||||
data->query, GST_EVENT_TYPE_NAME (data->query), GST_DEBUG_PAD_NAME (pad));
|
data->query, GST_QUERY_TYPE_NAME (data->query), GST_DEBUG_PAD_NAME (pad));
|
||||||
|
|
||||||
data->result |= gst_pad_peer_query (pad, data->query);
|
data->result |= gst_pad_peer_query (pad, data->query);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue