mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtph264depay, rtph265depay: remove stray g_debug()
https://bugzilla.gnome.org/show_bug.cgi?id=779858
This commit is contained in:
parent
16f3fd6782
commit
cef5411193
2 changed files with 0 additions and 2 deletions
|
@ -299,7 +299,6 @@ gst_rtp_h264_set_src_caps (GstRtpH264Depay * rtph264depay)
|
|||
len += 2 + gst_buffer_get_size (g_ptr_array_index (rtph264depay->pps, i));
|
||||
|
||||
codec_data = gst_buffer_new_and_alloc (len);
|
||||
g_debug ("alloc_len: %u", len);
|
||||
gst_buffer_map (codec_data, &map, GST_MAP_READWRITE);
|
||||
data = map.data;
|
||||
|
||||
|
|
|
@ -353,7 +353,6 @@ gst_rtp_h265_set_src_caps (GstRtpH265Depay * rtph265depay)
|
|||
num_sps, num_pps);
|
||||
|
||||
codec_data = gst_buffer_new_and_alloc (len);
|
||||
g_debug ("alloc_len: %u", len);
|
||||
gst_buffer_map (codec_data, &map, GST_MAP_READWRITE);
|
||||
data = map.data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue