gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 11 Aug 2008 07:20:15 +0000 (07:20 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:37 +0000 (02:30 +0100)
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c:
Print the pad-name in debug log.
* sys/dshowsrcwrapper/gstdshowaudiosrc.c:
* sys/dshowsrcwrapper/gstdshowvideosrc.c:
Use "-" instead of "_" in property names. Can we call them just
"device" like everywhere else?

gst/rtpmanager/gstrtpbin.c

index f3e9537067ddce6c4e315d50f911afb4eb6d3576..de1f549deee685623986cb61d3e702f56f1252b3 100644 (file)
@@ -1847,7 +1847,8 @@ new_ssrc_pad_found (GstElement * element, guint ssrc, GstPad * pad,
 
   rtpbin = session->bin;
 
-  GST_DEBUG_OBJECT (rtpbin, "new SSRC pad %08x", ssrc);
+  GST_DEBUG_OBJECT (rtpbin, "new SSRC pad %08x, %s:%s", ssrc,
+      GST_DEBUG_PAD_NAME (pad));
 
   GST_RTP_BIN_SHUTDOWN_LOCK (rtpbin, shutdown);