mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
gst-rtsp-server: re-indent with GNU indent 2.2.12
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4182>
This commit is contained in:
parent
81716a1097
commit
2abf3e363d
2 changed files with 3 additions and 3 deletions
|
@ -3198,9 +3198,9 @@ unsupported_mode:
|
|||
{
|
||||
GST_ERROR ("client %p: unsupported mode (media play: %d, media record: %d, "
|
||||
"mode play: %d, mode record: %d)", client,
|
||||
! !(gst_rtsp_media_get_transport_mode (media) &
|
||||
!!(gst_rtsp_media_get_transport_mode (media) &
|
||||
GST_RTSP_TRANSPORT_MODE_PLAY),
|
||||
! !(gst_rtsp_media_get_transport_mode (media) &
|
||||
!!(gst_rtsp_media_get_transport_mode (media) &
|
||||
GST_RTSP_TRANSPORT_MODE_RECORD), ct->mode_play, ct->mode_record);
|
||||
send_generic_error_response (client, GST_RTSP_STS_UNSUPPORTED_TRANSPORT,
|
||||
ctx);
|
||||
|
|
|
@ -161,7 +161,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