rtspsrc: set PLAYING state after configuring caps
authorAleix Conchillo Flaqué <aleix@oblong.com>
Fri, 21 Nov 2014 19:39:19 +0000 (11:39 -0800)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 31 Dec 2014 12:49:11 +0000 (12:49 +0000)
commit07c5d1820abc99a6f330091acd84f58042908860
tree7a861de34b1bc031a3847a6442870111d9b5c3ab
parent953789fb8ecab6ddf8806c4c71207260ac6def67
rtspsrc: set PLAYING state after configuring caps

We set to PLAYING after we have configured the caps, otherwise we
might end up calling request_key (with SRTP) while caps are still
being configured, ending in a crash.

https://bugzilla.gnome.org/show_bug.cgi?id=740505
gst/rtsp/gstrtspsrc.c