From: Havard Graff Date: Fri, 5 Feb 2016 13:19:25 +0000 (+0100) Subject: rtpsession: degrade g_warning to GST_ERROR X-Git-Tag: 1.19.3~509^2~2583 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=babc59170745d91dc38c1853ebf8fc04928eeb8f;p=platform%2Fupstream%2Fgstreamer.git rtpsession: degrade g_warning to GST_ERROR So we don't blow up while investigating --- diff --git a/gst/rtpmanager/rtpsession.c b/gst/rtpmanager/rtpsession.c index 3a2768b6a3..b33e909677 100644 --- a/gst/rtpmanager/rtpsession.c +++ b/gst/rtpmanager/rtpsession.c @@ -4086,7 +4086,7 @@ done: empty_buffer = gst_buffer_get_size (buffer) == 0; if (empty_buffer) - g_warning ("rtpsession: Trying to send an empty RTCP packet"); + GST_ERROR ("rtpsession: Trying to send an empty RTCP packet"); if (sess->callbacks.send_rtcp && !empty_buffer && (do_not_suppress || !data.may_suppress)) {