mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
[MOVED FROM GST-P-FARSIGHT] Removed debug output
20080412234325-4f0f6-36b946a7ca3ab4e5802917b8930f036c50a93a29.gz
This commit is contained in:
parent
9636cecbd6
commit
c931b38ad6
1 changed files with 0 additions and 8 deletions
|
@ -121,14 +121,6 @@ gst_rtp_siren_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
|
||||||
{
|
{
|
||||||
GstBuffer *outbuf;
|
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);
|
outbuf = gst_rtp_buffer_get_payload_buffer (buf);
|
||||||
|
|
||||||
return outbuf;
|
return outbuf;
|
||||||
|
|
Loading…
Reference in a new issue