summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-11-11 14:42:08 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-11-11 14:42:08 +0200
commit179eb9ae894b04ee63e5351ff347733b08c213aa (patch)
treef28f984c1a955ed363be76881c9675da3dd8bb8b /gst
parent166a90359470eecfcbefbb64c118ce46eb34e72b (diff)
rtsp-sdp: Fix indentation
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp-server/rtsp-sdp.c2
1 files changed, 1 insertions, 1 deletions
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);