On Sun, Jul 12, 2009 at 9:37 PM, Torsten Schoenfeld <kaffeeti...@gmx.de>wrote:

> On 28.05.2009 10:21, Emmanuel Rodriguez wrote:
>
>> I've attached a working version of the script. Feel free to adapt the
>> source
>> code to your liking or to point me to the coding standards that you would
>> like me to adopt.
>>
>
> I've finally added your example to the git repository.  Thanks!

Great, we can now expect to see many movie players written in Perl.

I saw a "BadDrawable" X11 error whenever I quit the program.  A backtrace
> revealed that this was due to the $pipeline->set_state('null') call
> happening after the window had been destroyed.  The fix was to terminate the
> main loop in a "delete-event" handler instead of "destroy" to make the
> clean-up happen earlier: <
> http://git.gnome.org/cgit/perl-GStreamer-Interfaces/commit/?id=f17ecd>.


I also saw that error, it's nice that you fixed that bug.

--
Emmanuel Rodriguez
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to