rtspsrc: Do not send PAUSE command when going to GST_STATE_NULL
This usually doesn't matter, but it is disruptive when streaming from a shared media since it will pause all other clients when any client exits.
This new behaviour is opt-in and should be safe because you need to set the NULL state on rtspsrc directly, instead of just on the pipeline. See the updated documentation for an explanation.