[Swfdec] swfdec and clutter
Uygar Gümüs
uygar.gumus at vestel.com.tr
Fri Jul 4 04:37:17 PDT 2008
and something more i forgot to write
5- I passed keys taken from clutter main loop to swfdec player using swfdec_player_key_release/press function calls but some keys (like left/right arrow) causes critical warnings - "Swfdec-CRITICAL **: swfdec_player_key_release: assertion `keycode < 256' failed" -
api doc (http://swfdec.freedesktop.org/documentation/swfdec/SwfdecPlayer.html#swfdec-player-key-press)
say to Be sure to check that keycode transformations are done correctly. For a list of keycodes see FIXME.
where can i find the correct keycode transformation table?
Uygar GUMUS
VESTEK Elektronik Arastirma Gelistirme A.S.
Adres : ITU Ayazaga Kampusu Ari 2-B/7
34469 Maslak / Istanbul
Tel : 0212 285 21 20 dahili:147
Faks : 0212 285 28 30
e-mail : uygar.gumus at vestel.com.tr
-----Original Message-----
From: swfdec-bounces at lists.freedesktop.org on behalf of Uygar Gümüs
Sent: Fri 7/4/2008 2:21 PM
To: swfdec at lists.freedesktop.org
Subject: [Swfdec] swfdec and clutter
hi,
i started an experimental clutter-swf renderer project http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2
using swfdec-0.6
In fact this project is a part of bigger clutter media project.
For less dependency i configured swfdec by ./configure --prefix=/usr --disable-maintainer-mode --disable-gtk --disable-mad --disable-ffmpeg --disable-gstreamer --disable-vivified --disable-gtk-doc --with-audio=alsa switches
My questions are about swfdec-gtk.
1- Why swfdec_playback.c and swfdec_source.c are a part of swfdec-gtk they can compile without gtk. In my case i used these codes directly by copying to my source tree. they can be a part of public swfdec api and project like clutter-swf can use them from libswfdec
2- http loader using libsoup is also enabled when swfdec-gtk enabled. Is it possible to create a loader which is not dependent swfdec-gtk
3- As mentioned before i will use swfdec in a big media application which uses curl for http connection. But swfdec uses only libsoup, Because of dependency issues i think that it is not a bad idea to add a curl loader and select it at configure time (something like --with-http=<curl/libsoup>)
4- swfdec_regtangle.h does not contain G_BEGIN_DECLS and G_END_DECLS macros. i realized it when included to a c++ code. and solved by
G_BEGIN_DECLS
#include <swfdec/swfdec.h>
G_END_DECLS
but its better to solve it in source code
thank you and see you at guadec 2008
Uygar GUMUS
VESTEK Elektronik Arastirma Gelistirme A.S.
Adres : ITU Ayazaga Kampusu Ari 2-B/7
34469 Maslak / Istanbul
Tel : 0212 285 21 20 dahili:147
Faks : 0212 285 28 30
e-mail : uygar.gumus at vestel.com.tr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/swfdec/attachments/20080704/dc45c176/attachment-0001.htm
More information about the Swfdec
mailing list