From 179eb9ae894b04ee63e5351ff347733b08c213aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 11 Nov 2016 14:42:08 +0200 Subject: [PATCH] rtsp-sdp: Fix indentation --- gst/rtsp-server/rtsp-sdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-sdp.c b/gst/rtsp-server/rtsp-sdp.c index 5e49259..0380f3e 100644 --- a/gst/rtsp-server/rtsp-sdp.c +++ b/gst/rtsp-server/rtsp-sdp.c @@ -155,7 +155,7 @@ mikey_add_crypto_sessions (GstRTSPStream * stream, GstMIKEYMessage * msg) gst_structure_free (stats); } - roc_found = !!(roc != -1); + roc_found = ! !(roc != -1); if (!roc_found) { GST_ERROR ("unable to obtain ROC for stream %p with SSRC %u", stream, ssrc); -- 2.7.4