summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtpdec.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-04-13 09:32:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-13 09:32:21 +0000
commitb7524708232f6c252e8d6c635a8a81fae2685e74 (patch)
tree280d82edc47a98a665f9e5d41aaa2735006e9d3c /gst/rtsp/gstrtpdec.c
parent3bf1b5ecf7b77fb3283236ed46159cd9aa6c3f2d (diff)
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.
Diffstat (limited to 'gst/rtsp/gstrtpdec.c')
-rw-r--r--gst/rtsp/gstrtpdec.c2
1 files changed, 1 insertions, 1 deletions
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);