Re: GstXOverlay interface methods not available




On Sun, Jul 12, 2009 at 9:37 PM, Torsten Schoenfeld <kaffeetisch 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


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