tests: Avoid hang with decodebin test
When adding elements dynamically to a pipeline one should never guess what the
curren/target state is, and instead use gst_element_sync_state_with_parent()
.
Fixes racy hang when running within valgrind
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
When adding elements dynamically to a pipeline one should never guess what the
curren/target state is, and instead use gst_element_sync_state_with_parent()
.
Fixes racy hang when running within valgrind