mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
GstCaps *caps, *allowed;
|
||||||
gboolean result;
|
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
|
/* first forward the query to internally linked pads when we are dealing with
|
||||||
* a PROXY CAPS */
|
* a PROXY CAPS */
|
||||||
|
|
Loading…
Reference in a new issue