summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-06-10 13:57:59 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-06-10 13:57:59 +0200
commit6f05e9dcd9b481ad6e023d16c8be25adbee8cc18 (patch)
tree3a1bbf83d74d74670802d2a906ab782d0674dc30
parent18173b42ad08ab09560c75127cb051179f44bd95 (diff)
GnlGhostPad: Add debug statement
-rw-r--r--gnl/gnlghostpad.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnl/gnlghostpad.c b/gnl/gnlghostpad.c
index 8f150dd..568a564 100644
--- a/gnl/gnlghostpad.c
+++ b/gnl/gnlghostpad.c
@@ -620,6 +620,9 @@ control_internal_pad (GstPad * ghostpad, GnlObject * object)
priv->ghostpriv = privghost;
priv->dir = GST_PAD_DIRECTION (ghostpad);
gst_object_unref (internal);
+
+ GST_DEBUG_OBJECT (ghostpad, "Done with pad %s:%s",
+ GST_DEBUG_PAD_NAME (target));
}