summaryrefslogtreecommitdiff
path: root/gst/siren
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-04-12 23:43:25 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-17 19:29:39 +0100
commitc931b38ad64b056d096ab1852a0ae8e6a12f8716 (patch)
treefa90ddb11c09985cf6d23647a9e25a873eaf5710 /gst/siren
parent9636cecbd64a1d021e48cd74442724c665514f43 (diff)
[MOVED FROM GST-P-FARSIGHT] Removed debug output
Diffstat (limited to 'gst/siren')
-rw-r--r--gst/siren/gstrtpsirendepay.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gst/siren/gstrtpsirendepay.c b/gst/siren/gstrtpsirendepay.c
index 9e6c5345f..3ca80af89 100644
--- a/gst/siren/gstrtpsirendepay.c
+++ b/gst/siren/gstrtpsirendepay.c
@@ -121,14 +121,6 @@ gst_rtp_siren_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
{
GstBuffer *outbuf;
- g_print ("process : got %d bytes, mark %d ts %u seqn %d, header len %d, payload len %d\n",
- GST_BUFFER_SIZE (buf),
- gst_rtp_buffer_get_marker (buf),
- gst_rtp_buffer_get_timestamp (buf),
- gst_rtp_buffer_get_seq (buf),
- gst_rtp_buffer_get_header_len (buf),
- gst_rtp_buffer_get_payload_len (buf));
-
outbuf = gst_rtp_buffer_get_payload_buffer (buf);
return outbuf;