mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
gst/rtp/gstrtpvorbisdepay.c: Remove annoying _dump_mem.
Original commit message from CVS: * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process): Remove annoying _dump_mem.
This commit is contained in:
parent
63b73eff7d
commit
4333477d0c
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-14 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
|
||||
Remove annoying _dump_mem.
|
||||
|
||||
2007-05-14 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
|
||||
|
|
|
@ -481,8 +481,6 @@ gst_rtp_vorbis_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
|
|||
payload = gst_rtp_buffer_get_payload (buf);
|
||||
free_payload = FALSE;
|
||||
|
||||
gst_util_dump_mem (GST_BUFFER_DATA (buf), GST_BUFFER_SIZE (buf));
|
||||
|
||||
header = GST_READ_UINT32_BE (payload);
|
||||
/*
|
||||
* 0 1 2 3
|
||||
|
|
Loading…
Reference in a new issue