GNOME Bugzilla – Bug 603345
[playbin2] textoverlay refcount issues in git
Last modified: 2009-11-30 09:23:47 UTC
+++ This bug was initially created as a clone of Bug #603308 +++ Created an attachment (id=148693) .avi causing the crash Playing this clip with playbin2 from git leads to warnings and weird behaviour: (lt-totem:5285): GStreamer-CRITICAL **: Trying to dispose object "text_sink", but it still has a parent "overlay". You need to let the parent manage the object instead of unreffing the object directly. (lt-totem:5285): GStreamer-CRITICAL **: Trying to dispose object "src", but it still has a parent "parser". You need to let the parent manage the object instead of unreffing the object directly. back trace of first warning: (gdb) bt
+ Trace 219364
Also, switching subtitles -> None in totem seems to deadlock the UI, but it might be the same issue.
This fixes the warnings and the deadlock for me. commit 732f3055a38d16c90dfa67752e0caf96ca707d01 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Nov 30 10:22:15 2009 +0100 subtitleoverlay: Fix some pad refcount issues Fixes bug #603345.