https://bugs.gpodder.org/show_bug.cgi?id=1163

--- Comment #3 from Thomas Perl <[email protected]> 2010-12-18 13:04:34 GMT ---
(In reply to comment #2)
> (gpodder:13005): GStreamer-CRITICAL **: 
> Trying to dispose element queue0, but it is in PLAYING instead of the NULL
> state.
> You need to explicitly set elements to the NULL state before
> dropping the final reference, to allow them to clean up.
> This problem may also be caused by a refcounting bug in the
> application or some element.

Thanks, this helps. Can you try removing the gstreamer "ugly" and "bad"
plugins, and maybe any other gstreamer plugins that you have installed?

Please also try commenting out the line that contains
"gstreamer.get_track_length(filename)" and replacing it with "length = None" in
the file src/gpodder/model.py - this should avoid this crash, as the GStreamer
libraries are not called in that situation.

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to