Skip to content

tests: Avoid hang with decodebin test

Edward Hervey requested to merge bilboed/gst-plugins-base:vgdecodebinhang into master

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

Merge request reports