mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
better debug info
Original commit message from CVS: better debug info
This commit is contained in:
parent
8f67419fcd
commit
4e2a0b01e9
1 changed files with 3 additions and 2 deletions
|
@ -2377,8 +2377,9 @@ gst_pad_set_explicit_caps (GstPad * pad, const GstCaps * caps)
|
||||||
|
|
||||||
g_return_val_if_fail (GST_IS_PAD (pad), FALSE);
|
g_return_val_if_fail (GST_IS_PAD (pad), FALSE);
|
||||||
|
|
||||||
GST_CAT_DEBUG (GST_CAT_PADS, "setting explicit caps to %" GST_PTR_FORMAT,
|
GST_CAT_DEBUG (GST_CAT_PADS,
|
||||||
caps);
|
"setting explicit caps on %s:%s to %" GST_PTR_FORMAT,
|
||||||
|
GST_DEBUG_PAD_NAME (pad), caps);
|
||||||
|
|
||||||
if (caps == NULL) {
|
if (caps == NULL) {
|
||||||
GST_CAT_DEBUG (GST_CAT_PADS, "caps is NULL");
|
GST_CAT_DEBUG (GST_CAT_PADS, "caps is NULL");
|
||||||
|
|
Loading…
Reference in a new issue