On 04/23/2010 04:04 PM, ext Awadhesh Kumar wrote: > > Hi all, > > Any one help me. > > How to add video in Maemo5 SDK scrachbox using Qt and gstreamer. > > Please provide some hints and links. > > i am try this code for link video to maemo5 sdk window. > videosink : created video sink using gstreamer pipeline. > > QWidget w; > QApplication :: syncX (); > gst_x_overlay_set_xwindow_id (GST_X_OVERLAY (videosink), w.winId ());
This is not a Qt Creator related question, rather about how to use Qt and gstreamer together. So you may want to try asking about this on the qt-interest mailing list, or try out Forum Nokia support [1]. Note that with Qt 4.7, new QtMultimedia API is being added for video playback. Maybe you should check whether this can make your life easier. I don't know how far they are with supporting this on Maemo though. Another option may be to use Phonon. Regards, Bjørn [1] http://www.forum.nokia.com/I_Want_To/Develop_Mobile_Applications/Technical_Support/ -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
