Re: [maemo-developers] gtk, gstreamer movie window = problem

2006-10-26 Thread cmonst
Hi! I tried to solve this problem but still the same happens. I'm running program from xterm so I think I don't need osso_initialize(), and on console I don't get any error messages. This is code I'm using (I'm out of ideas what can be wrong): //main gui function gui(){ HildonProgram *app

[maemo-developers] gtk, gstreamer movie window = problem

2006-10-23 Thread cmonst
Hi! In my gstreamer movie player I have connected gstreamer movie window with gtk menu (gstreamer window is inside gtk app window) using this code: static void cb_expose (GtkWidget * w, GdkEventExpose * ev, GstElement * e) { if (GST_IS_X_OVERLAY (e) && !GTK_WIDGET_NO_WINDOW (w) && GTK_WIDG

Re: [maemo-developers] custom gstreamer plugins

2006-07-28 Thread cmonst
st-register ? > > Le Jeudi 27 Juillet 2006 17:05, cmonst a écrit : > > Hi! > > > > I compiled some additional gstreamer plugins with armel terget and > > tried to install on maemo 2.0 (nokia 770) by copying it to > > /usr/lib/gstreamer-0.10 directory, bu

Re: [maemo-developers] custom gstreamer plugins

2006-07-28 Thread cmonst
Le Jeudi 27 Juillet 2006 17:05, cmonst a écrit: > Hi! > > I compiled some additional gstreamer plugins with armel terget and > tried to install on maemo 2.0 (nokia 770) by copying it to > /usr/lib/gstreamer-0.10 directory, but gst-inspect doesn't see these > plugins. Does anyone ha

[maemo-developers] Re: custom gstreamer plugins

2006-07-27 Thread cmonst
By additional plugins I mean some of "bad" and "ugly" plugins from gstreamer.org On 7/27/06, cmonst <[EMAIL PROTECTED]> wrote: Hi! I compiled some additional gstreamer plugins with armel terget and tried to install on maemo 2.0 (nokia 770) by copying it to /usr/li

[maemo-developers] custom gstreamer plugins

2006-07-27 Thread cmonst
Hi! I compiled some additional gstreamer plugins with armel terget and tried to install on maemo 2.0 (nokia 770) by copying it to /usr/lib/gstreamer-0.10 directory, but gst-inspect doesn't see these plugins. Does anyone have any suggestions? How can I make these plugins visible I tried ldconf

[maemo-developers] dspmpeg4sink

2006-07-14 Thread cmonst
Hi! Does anyone get dspmpeg4sink gstreamer plugin working with video on new maemo release? -- Bart ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] gstreamer 0.10

2006-05-14 Thread cmonst
Hi! I would like to know if I install gstreamer 0.10 (from gstreamer.org) on Nokia 770 will dsp sink plugins work with this gstreamer version? (ie. plugins from 0.8 gstreamer, because I think that there is no dsp sinks in official gstreamer release). Are anywhere avilable packages or sources of