stream: crypto can be NULL
This commit is contained in:
parent
cecc2cb4ff
commit
db95746f6b
@ -2381,7 +2381,7 @@ gst_rtsp_stream_update_crypto (GstRTSPStream * stream,
|
||||
GstRTSPStreamPrivate *priv;
|
||||
|
||||
g_return_val_if_fail (GST_IS_RTSP_STREAM (stream), FALSE);
|
||||
g_return_val_if_fail (GST_IS_CAPS (crypto), FALSE);
|
||||
g_return_val_if_fail (crypto == NULL || GST_IS_CAPS (crypto), FALSE);
|
||||
|
||||
priv = stream->priv;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user