Skip to content

rtspsrc: Avoid pause on other decoders of same stream after teardown.

Sending an RTSP pause message to the source of a multicast stream is not always desired behavior. If teardown is called for one the decoders of the stream, a pause request is now automatically sent. We do not necessarily want to pause the stream for other decoders.

Merge request reports