pulse: improve debug
This commit is contained in:
parent
8d53318e22
commit
148ab7539b
@ -1979,6 +1979,8 @@ gst_pulsesink_query_acceptcaps (GstPulseSink * psink, GstCaps * caps)
|
|||||||
ret = pad_caps != NULL;
|
ret = pad_caps != NULL;
|
||||||
gst_caps_unref (pad_caps);
|
gst_caps_unref (pad_caps);
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (psink, "caps %" GST_PTR_FORMAT, caps);
|
||||||
|
|
||||||
/* Either template caps didn't match, or we're still in NULL state */
|
/* Either template caps didn't match, or we're still in NULL state */
|
||||||
if (!ret || !pbuf->context)
|
if (!ret || !pbuf->context)
|
||||||
goto done;
|
goto done;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user