rtsp-sdp: Fix indentation

This commit is contained in:
Sebastian Dröge 2016-11-11 14:42:08 +02:00
parent 166a903594
commit 179eb9ae89

View 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);