rtph264depay, rtph265depay: remove stray g_debug()

https://bugzilla.gnome.org/show_bug.cgi?id=779858
This commit is contained in:
Michael Dutka 2016-12-15 12:38:40 +01:00 committed by Tim-Philipp Müller
parent 16f3fd6782
commit cef5411193
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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;