mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
utils: improve debug
This commit is contained in:
parent
c4ae921ba6
commit
64b5eeefa3
1 changed files with 2 additions and 1 deletions
|
@ -2931,7 +2931,8 @@ gst_pad_query_accept_caps (GstPad * pad, GstCaps * caps)
|
|||
g_return_val_if_fail (GST_IS_PAD (pad), FALSE);
|
||||
g_return_val_if_fail (GST_IS_CAPS (caps), FALSE);
|
||||
|
||||
GST_CAT_DEBUG_OBJECT (GST_CAT_CAPS, pad, "accept caps of %p", caps);
|
||||
GST_CAT_DEBUG_OBJECT (GST_CAT_CAPS, pad, "accept caps of %"
|
||||
GST_PTR_FORMAT, caps);
|
||||
|
||||
query = gst_query_new_accept_caps (caps);
|
||||
if (gst_pad_query (pad, query)) {
|
||||
|
|
Loading…
Reference in a new issue