uridecodebin: workaround internal decodebin2 failing state change

Fixes #632656.
This commit is contained in:
Mark Nauwelaerts 2010-10-21 12:24:19 +02:00
parent 8cd8339893
commit 9d0fefc617

View file

@ -1569,6 +1569,8 @@ type_found (GstElement * typefind, guint probability,
if (!gst_element_link_pads (queue, "src", dec_elem, "sink"))
goto could_not_link;
/* PLAYING in one go might fail (see bug #632782) */
gst_element_set_state (dec_elem, GST_STATE_PAUSED);
gst_element_set_state (dec_elem, GST_STATE_PLAYING);
gst_element_set_state (queue, GST_STATE_PLAYING);