Hello guys , <br><br>I am trying to play one 3gp and another mpg video file on my arm based target platform . But I am getting issue in missing video decoder / demuxer plugins . <br><br><br>A > playing 3gp video <br><br>
<pre class="bz_comment_text" id="comment_text_9">COMMAND : gst-launch playbin uri=file:///home/root/209114_3gp.3gp<br>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>ERROR: from element<br>/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstVdecH263:vdech2630: Video<br>
decoding error: error init (maybe drivers not loaded) (-6)<br>Additional debug info:<br>src/gst_vdec_base.c(275): gst_vdec_base_log_decoder_error ():<br>/GstPlayBin:playbin0/GstDecodeBin:decodebin0/GstVdecH263:vdech2630:<br>
streaming stopped<br>ERROR: pipeline doesn't want to preroll.<br>Setting pipeline to NULL ...<br><br>(gst-launch-0.10:3136): GStreamer-WARNING **: Element queue0 is not in bin<br>decodebin0<br>** Message: don't know how to handle video/x-h263, width=(int)176,<br>
height=(int)144, framerate=(fraction)12/1<br></pre><br>B> Playing a MPG video <br><pre class="bz_comment_text" id="comment_text_9">COMMAND : gst-launch playbin uri=file:///home/root/mpg_209116.mpg<br>Setting pipeline to PAUSED ...<br>
** Message: don't know how to handle video/mpeg, systemstream=(boolean)true,<br>mpegversion=(int)1<br>Pipeline is PREROLLING ...<br>ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin0: A MPEG-1<br>System Stream demuxer plugin is required to play this stream, but not<br>
installed.<br>Additional debug info:<br>gstdecodebin.c(986): close_pad_link ():<br>/GstPlayBin:playbin0/GstDecodeBin:decodebin0:<br>No decoder to handle media type 'video/mpeg'<br>ERROR: pipeline doesn't want to preroll.<br>
Setting pipeline to NULL ...<br>Freeing pipeline ...<br></pre><br>Please help me in getting those plugins installed . <br><br><br><br>Thanks : <br>Umang Gupta <br><br>