rtsp-sdp: Fix indentation
authorSebastian Dröge <sebastian@centricular.com>
Fri, 11 Nov 2016 12:42:08 +0000 (14:42 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 11 Nov 2016 12:42:08 +0000 (14:42 +0200)
gst/rtsp-server/rtsp-sdp.c

index 5e49259..0380f3e 100644 (file)
@@ -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);