GNOME Bugzilla – Bug 790169
decodebin2: Don't let thread run after unref
Last modified: 2017-11-10 13:58:49 UTC
See commit
Created attachment 363344 [details] [review] decodebin2: Don't let thread run after unref We have a dedicated one-shot thread to handle cleanup of old groups. While this is a good idea. It's an even better idea to make sure that thread is *completed* before the decodebin2 element to which it is related isn't freed/gone. * There can only be one cleanup thread happening at any point in time. If there is already one, we wait for the previous one to finish. * When shutting down (NULL=>READY) make sure the thread is finished
*** This bug has been marked as a duplicate of bug 790007 ***