rtspsrc: Fix state changes from PAUSED to PLAYING
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 15 Mar 2021 18:38:43 +0000 (00:08 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 15 Mar 2021 18:40:24 +0000 (00:10 +0530)
commitf37afdafff1fd0a339966116261f5cd0de53f5d1
tree4039417658978c267f648ec008c2cd3f04a915b5
parent242f3cae6da748ac128e86b5cadcd406fa61aff6
rtspsrc: Fix state changes from PAUSED to PLAYING

This was accidentally broken in the last commit that touched this
because I missed the fall-through in the case immediately above this.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/906>
gst/rtsp/gstrtspsrc.c