mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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);
|
gst_structure_free (stats);
|
||||||
}
|
}
|
||||||
|
|
||||||
roc_found = !!(roc != -1);
|
roc_found = ! !(roc != -1);
|
||||||
if (!roc_found) {
|
if (!roc_found) {
|
||||||
GST_ERROR ("unable to obtain ROC for stream %p with SSRC %u",
|
GST_ERROR ("unable to obtain ROC for stream %p with SSRC %u",
|
||||||
stream, ssrc);
|
stream, ssrc);
|
||||||
|
|
Loading…
Reference in a new issue