Skip to content

rtsp-sdp: Don't try to use non-initialized values

Edward Hervey requested to merge bilboed/gst-rtsp-server:unitialized into master

Only attempt to use the various timing values iif gst_rtsp_stream_get_info() returns TRUE. Also avoid the whole clock signalling block if we're not dealing with senders.

CID: 1439524 CID: 1439536 CID: 1439520

Merge request reports