guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Own gstreamer class destroyed during creation


From: Daniel Krueger
Subject: Own gstreamer class destroyed during creation
Date: Wed, 4 Jul 2012 16:18:19 +0200

Hi,

I've tried the sinesrc example from guile-gstreamer, which I fixed and
needed to add an export to (gnome gstreamer). The export fix and the
example file are attached. Now, when I try to create the object I get
the following error:


scheme@(guile-user)> ,use (gnome-2)
scheme@(guile-user)> ,use (testsrc)
scheme@(guile-user)> ,use (oop goops)
scheme@(guile-user)> (make <scm-testsrc>)
ERROR: In procedure %gw:dynamic-procedure:
ERROR: Throw to key `gruntime-error' with args
`("%scm->gtype-instance" "Object ~A has been destroyed."
(#<<scm-testsrc> 24ebe70>) ())'.

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> ,q
scheme@(guile-user)> (make "scm-testsrc")
ERROR: In procedure %gw:dynamic-procedure:
ERROR: Throw to key `gruntime-error' with args
`("%scm->gtype-instance" "Object ~A has been destroyed."
(#<<scm-testsrc> 24eb930>) ())'.

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]>


Is this the fault of gobject/gstreamer itself, the wrapper or have I
done something wrong?

- Daniel

Attachment: testsrc.scm
Description: Binary data

Attachment: 0001-added-missing-export-to-gnome-gstreamer.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]