videomixer2: Fix race condition where a src setcaps is ignored
If both pads receive data at the same time, they will both get their sink_setcaps called which will call the src_setcaps, but there is a race condition where the second one might not be called. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=683842
Loading
Please register or sign in to comment