Re: Clutter GST crash with Python



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]