After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323038 - [gconf] sink bins should set kid to NULL in dispose
[gconf] sink bins should set kid to NULL in dispose
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-02 16:29 UTC by Tim-Philipp Müller
Modified: 2005-12-02 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (1.36 KB, patch)
2005-12-02 16:30 UTC, Tim-Philipp Müller
none Details | Review

Description Tim-Philipp Müller 2005-12-02 16:29:27 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.
Comment 1 Tim-Philipp Müller 2005-12-02 16:30:49 UTC
Created attachment 55527 [details] [review]
proposed fix
Comment 2 Tim-Philipp Müller 2005-12-02 17:48:12 UTC
Actually, this is nonsense. Totem should just set the gconfsink to NULL before
unreffing it in this case.