gst-launch filesrc location=test.mpeg ! mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink
gst-launch filesrc location=test.avi ! mfw_avidemuxer ! mfw_vpudecoder codec-type=std_avc ! mfw_v4lsink
gst-launch filesrc location=test.avi ! mfw_avidemuxer name=demux demux. ! mfw_vpudecoder \ codec-type=std_avc ! mfw_v4lsink demux. ! queue max-size-buffers=0 ! <mp3_decoder_plugin> ! alsasink
gst-launch filesrc location=test.mp4 ! mfw_mp4demuxer name=demux demux. ! \ mfw_vpudecoder codec-type=std_mpeg4 ! mfw_v4lsink demux. ! \ queue max-size-buffers=0 ! <mp3_decoder_plugin> ! alsasink
<mp3_decoder_plugin> can be replaced by mad
gst-launch videotestsrc ! video/x-raw-yuv,format=\(fourcc\)I420 ! mfw_v4lsink