mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
better debugging
Original commit message from CVS: better debugging
This commit is contained in:
parent
e7737cbad8
commit
79f5d87041
1 changed files with 3 additions and 3 deletions
|
@ -2511,10 +2511,10 @@ gst_pad_get_caps (GstPad *pad)
|
|||
GstPadTemplate *templ = GST_PAD_PAD_TEMPLATE (realpad);
|
||||
const GstCaps *caps;
|
||||
|
||||
GST_CAT_DEBUG (GST_CAT_CAPS, "using pad template %p with caps %p",
|
||||
templ, GST_PAD_TEMPLATE_CAPS (templ));
|
||||
|
||||
caps = GST_PAD_TEMPLATE_CAPS (templ);
|
||||
GST_CAT_DEBUG (GST_CAT_CAPS, "using pad template %p with caps %"GST_PTR_FORMAT,
|
||||
templ, caps);
|
||||
|
||||
#if 0
|
||||
/* FIXME we should enable something like this someday, but this is
|
||||
* a bit buggy */
|
||||
|
|
Loading…
Reference in a new issue