>Hi,
> > I just want to ask you if there is some way to setup the gstreamer pipelines manually and what could be the API (assuming playbin2 and camera2). >You want to write a test program to see camera preview? >For seeing camera preview use this pipeline: >$ gst-launch v4l2src ! ffmpegcolorspace ! xvimagesink >You can do the same using a program. But I am not sure what your doubt was. Thank you! For example, if I need to setup and run a video playback pipeline, is this the right command: gst-launch filesrc location=test.ogg ! oggdemux name=demux demux. ! MixVideoDecoderH264 ! queue ! vaimagesink demux. ! queue ! vorbisdec ! pulsesink My question is also around the used Qt Multimedia APIs, how a Meego video application that uses QtM APIs controls the gstreamer pipelines? I have to be sure that Meego video sets up correctly the pipeline. Is it using the right HW accelerated gst element? How the needed properties are passed when the playbin2 is used? Thanks for your help! _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
