Re: segfault using extension events in Gtk2's scribble.pl

2014-12-05 Thread Torsten Schönfeld
gvb : > Here is a C code that enables the extended devices (then fires up the > InputDialog to check they are enabled): > > initialize_input_devices.c > > > I tried translating it like this > > my $display=$window->get_dis

Re: segfault using extension events in Gtk2's scribble.pl

2014-12-05 Thread gvb
Hello Thorsten, Thanks a lot for your reply. I've been able to solve the problem (see code below: grabbing the device list without reference to the main window works a charm...). I don't understand why the above method failed (the display has a devices_list method, and it reports the same list as

Re: segfault using extension events in Gtk2's scribble.pl

2014-12-05 Thread Torsten Schönfeld
gvb : > Thanks a lot for your reply. I've been able to solve the problem (see code > below: grabbing the device list without reference to the main window works a > charm...). I don't understand why the above method failed (the display has a > devices_list method, and it reports the same list as > G

Re: Porting perl-GStreamer to gst 1.0

2014-12-05 Thread Brian Manning
Hi all, I made some changes to the docs for GStreamer(0), with notes about both C libs/Perl modules being able to be installed concurrently, as well as links to GStreamer1. If nobody sees any problems with the attached patches, I'll push to git.gnome.org and do a release on December's release dat