mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtsp-sdp: Fix indentation
This commit is contained in:
parent
166a903594
commit
179eb9ae89
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue