GNOME Bugzilla – Bug 323038
[gconf] sink bins should set kid to NULL in dispose
Last modified: 2005-12-02 17:48:12 UTC
The gconf*sink bins need to set their child element's state to NULL in the dispose function, otherwise they might get removed by GstBinClass::dispose spewing out lots of error messages in the process. This fix is needed for totem to handle problems with the audio or video sink at startup decently.
Created attachment 55527 [details] [review] proposed fix
Actually, this is nonsense. Totem should just set the gconfsink to NULL before unreffing it in this case.