rtsp-media: Fix misleading comment

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/135>
This commit is contained in:
Sebastian Dröge 2020-06-15 19:45:21 +03:00
parent b681200673
commit 5562656ec0

View file

@ -4791,7 +4791,7 @@ gst_rtsp_media_set_state (GstRTSPMedia * media, GstState state,
deactivate = TRUE;
break;
case GST_STATE_PAUSED:
/* we're going from PLAYING to PAUSED, READY or NULL, deactivate */
/* we're going from PLAYING to PAUSED, deactivate */
if (priv->target_state == GST_STATE_PLAYING)
deactivate = TRUE;
break;