mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
pad: fix debug line
This commit is contained in:
parent
b5c3e254b1
commit
9f00a24b5e
1 changed files with 1 additions and 1 deletions
|
@ -2780,7 +2780,7 @@ gst_pad_query_accept_caps_default (GstPad * pad, GstQuery * query)
|
|||
GstCaps *caps, *allowed;
|
||||
gboolean result;
|
||||
|
||||
GST_DEBUG_OBJECT (pad, "caps %" GST_PTR_FORMAT, caps);
|
||||
GST_DEBUG_OBJECT (pad, "query accept-caps %" GST_PTR_FORMAT, query);
|
||||
|
||||
/* first forward the query to internally linked pads when we are dealing with
|
||||
* a PROXY CAPS */
|
||||
|
|
Loading…
Reference in a new issue