I have tried to use gst-launch for flipping the video.
The below are the commands which I have used.
"gst-launch filesrc location=MPEGSolution_stuart.avi ! mfw_avidemuxer name=demux demux. ! queue max-size-buffers=0 max-size-time=0 ! mfw_h264decoder ! videoflip method=clockwise ! mfw_v4lsink demux. ! queue max-size-buffers=0 max-size-time=0 ! mfw_mp3decoder ! audioconvert ! 'audio/x-raw-int,channels=1' ! alsasink"
It doesn't work, just stops with the below response.
"AVI_PARSER_02.04.06 build on Dec 24 2009 09:29:31.
MFW_GST_AVI_PARSER_PLUGIN 1.8.0 build on May 30 2010 00:25:38.
H264D_ARM9_02.06.01 build on Jul 22 2009 14:59:15.
MFW_GST_H264_DECODER_PLUGIN 1.8.0 build on May 30 2010 00:25:32.
MFW_GST_V4LSINK_PLUGIN 1.8.0 build on May 30 2010 00:25:51.
BLN_MAD-MMCODECS_MP3D_ARM_02.05.00_ARM9 build on Aug 27 2009 11:25:56.
MFW_GST_MP3_DECODER_PLUGIN 1.8.0 build on May 30 2010 00:25:11.
Setting pipeline to PAUSED ...
IRQ 4/MXS DAC/ADC HP SHORT: IRQF_DISABLED is not guaranteed on shared IRQs
File is seekable
find audio track: 1 to decode
find video track: 0 to decode
successfully seek audio the track 1
successfully seek video the track 0
Pipeline is PREROLLING ..."
Is there anything which I am missing?