Re: Clutter GST crash with Python
- From: "Lespiau, Damien" <damien lespiau intel com>
- To: Dirk Meyer <dischi freevo org>
- Cc: clutter-list gnome org
- Subject: Re: Clutter GST crash with Python
- Date: Mon, 22 Oct 2012 11:53:08 +0100
On Sun, Oct 21, 2012 at 1:00 PM, Dirk Meyer <dischi freevo org> wrote:
Hi,
Hi,
self.pipeline = self.videotexture.get_pipeline()
self.pipeline.get_state(0)
it works until self is deleted due to garbage collection.
get_pipeline() is annotated with:
Return value: (transfer none):
So the pygi should not unref the pointer it gets from get_pipeline. A
way to start debugging this problem could be to break on
clutter_gst_video_texture_finalize() and see where it is called from?
(well, assuming this is the problem).
--
Damien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]