mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
pulse: improve debug
This commit is contained in:
parent
8d53318e22
commit
148ab7539b
1 changed files with 2 additions and 0 deletions
|
@ -1979,6 +1979,8 @@ gst_pulsesink_query_acceptcaps (GstPulseSink * psink, GstCaps * caps)
|
|||
ret = pad_caps != NULL;
|
||||
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 */
|
||||
if (!ret || !pbuf->context)
|
||||
goto done;
|
||||
|
|
Loading…
Reference in a new issue