summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dutka <mail@michael-dutka.de>2016-12-15 12:38:40 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-03-10 18:14:52 +0000
commitcef54111935bb01f4c62bc6a4b10e73d3c9ff7eb (patch)
tree9c3e32d08e77984fe201d3f009d0d850b5f670b5
parent16f3fd67828008ad2bbde359c5998797589acc37 (diff)
rtph264depay, rtph265depay: remove stray g_debug()
https://bugzilla.gnome.org/show_bug.cgi?id=779858
-rw-r--r--gst/rtp/gstrtph264depay.c1
-rw-r--r--gst/rtp/gstrtph265depay.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph264depay.c b/gst/rtp/gstrtph264depay.c
index ff5415c26..cd2795933 100644
--- a/gst/rtp/gstrtph264depay.c
+++ b/gst/rtp/gstrtph264depay.c
@@ -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;
diff --git a/gst/rtp/gstrtph265depay.c b/gst/rtp/gstrtph265depay.c
index f0dcb4bb7..f139dc0aa 100644
--- a/gst/rtp/gstrtph265depay.c
+++ b/gst/rtp/gstrtph265depay.c
@@ -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;