From b7524708232f6c252e8d6c635a8a81fae2685e74 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 13 Apr 2007 09:32:21 +0000 Subject: docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs. Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs. * gst/rtsp/URLS: Add some more example urls. * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT), (gst_rtp_dec_chain_rtp): Better debugging. * gst/rtsp/gstrtspsrc.c: (request_pt_map), (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo): Remove unused code. --- gst/rtsp/gstrtpdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtsp/gstrtpdec.c') diff --git a/gst/rtsp/gstrtpdec.c b/gst/rtsp/gstrtpdec.c index 8ee03502..a1339994 100644 --- a/gst/rtsp/gstrtpdec.c +++ b/gst/rtsp/gstrtpdec.c @@ -351,7 +351,7 @@ gst_rtp_dec_chain_rtp (GstPad * pad, GstBuffer * buffer) ssrc = gst_rtp_buffer_get_ssrc (buffer); pt = gst_rtp_buffer_get_payload_type (buffer); - GST_DEBUG_OBJECT (rtpdec, "SSRC %d, PT %d", ssrc, pt); + GST_DEBUG_OBJECT (rtpdec, "SSRC %08x, PT %d", ssrc, pt); /* find session */ session = gst_pad_get_element_private (pad); -- cgit