Hi guyz,
I am able to play .mov, .h264, .avi and .mp4 file using gstreamer pipe as shown in the commands below.
1) .mov
gst-launch-1.0 filesrc location=test.mov ! qtdemux ! decodebin ! autovideoconvert ! autovideosink2) .h264
gst-launch-1.0 filesrc location=test.h264 ! h264parse ! decodebin ! autovideosink3) .avi
gst-launch-1.0 filesrc location=test.avi ! avidemux ! decodebin ! autovideoconvert ! autovideosink4) .mp4
gst-launch-1.0 filesrc location=test.mp4 ! qtdemux ! decodebin ! autovideoconvert ! autovideosinkBut am not able to play .3gp file as above. Please anyone help.
Regards,
Sunny.