Hi Felipe,<br><br> I'm Working Gst-openmax with bellagio componets... While palying 3gp video file by using gst-launch tool i'm getting the below problem..<br><br><b>gst-launch filesrc location=sample-rnl-h263-cif.3gp ! qtdemux ! queue ! omx_h263dec ! omx_videosink</b><br>
<br>0:00:00.159365692 20995 0x804e050 INFO GST_ELEMENT_FACTORY
gstelementfactory.c:399:gst_element_factory_create: creating element
"filesrc"<br>
0:00:00.161694054 20995 0x804e050 INFO GST_ELEMENT_FACTORY
gstelementfactory.c:399:gst_element_factory_create: creating element
"qtdemux"<br>
0:00:00.161928176 20995 0x804e050 INFO GST_ELEMENT_FACTORY
gstelementfactory.c:399:gst_element_factory_create: creating element
"queue"<br>
In file 'gstomx.c'--> plugin-init() ---START---<br>
In file 'gstomx.c'--> plugin-init () ---END--254 e<br>
0:00:00.166579033 20995 0x804e050 INFO GST_ELEMENT_FACTORY
gstelementfactory.c:399:gst_element_factory_create: creating element
"omx_h263dec"<br>
0:00:00.166750573 20995 0x804e050 INFO GST_ELEMENT_FACTORY
gstelementfactory.c:399:gst_element_factory_create: creating element
"omx_videosink"<br>
0:00:00.167206523 20995 0x804e050 INFO GST_ELEMENT_FACTORY
gstelementfactory.c:399:gst_element_factory_create: creating element
"pipeline"<br>
Setting pipeline to PAUSED ...<br>
OMX-Component not found with current ST static component loader.<br>
ERROR: Pipeline doesn't want to pause.<br>
Setting pipeline to NULL ...<br><br>As per ur suggstion for Beagle-Board for TI we have tried the same command on my PC for Bellagio..then also it is giving the error like this..<br>
<br><b> gst-launch filesrc location=ATI-9700-rnl-h263-cif.3gp ! ffdemux_amr ! queue ! omx_h263dec ! omx_videosink library-name="/usr/local/lib/bellagio/libomxfbdev.so" component-name="OMX.st.fbdev.fbdev_sink"</b><br>
<br>0:00:00.162751513 21056 0x804e050 INFO GST_ELEMENT_FACTORY gstelementfactory.c:399:gst_element_factory_create: creating element "filesrc"<br>0:00:00.276647650 21056 0x804e050 INFO GST_ELEMENT_FACTORY gstelementfactory.c:399:gst_element_factory_create: creating element "ffdemux_amr"<br>
0:00:00.276974806 21056 0x804e050 INFO GST_ELEMENT_FACTORY gstelementfactory.c:399:gst_element_factory_create: creating element "queue"<br>In file 'gstomx.c'--> plugin-init() ---START---<br>In file 'gstomx.c'--> plugin-init () ---END--254 e<br>
0:00:00.282168500 21056 0x804e050 INFO GST_ELEMENT_FACTORY gstelementfactory.c:399:gst_element_factory_create: creating element "omx_h263dec"<br>0:00:00.282347304 21056 0x804e050 INFO GST_ELEMENT_FACTORY gstelementfactory.c:399:gst_element_factory_create: creating element "omx_videosink"<br>
0:00:00.282816944 21056 0x804e050 INFO GST_ELEMENT_FACTORY gstelementfactory.c:399:gst_element_factory_create: creating element "pipeline"<br>Setting pipeline to PAUSED ...<br>OMX-Component not found with current ST static component loader.<br>
ERROR: Pipeline doesn't want to pause.<br>Setting pipeline to NULL ...<br>FREEING pipeline ...<br><br>We dont know the problen that we r facing with ST-static component loader..and what is the library-name we have to use???<br>
Could you please suggest me to resolve this problem..<br><br>Thanks & Regards<br> Vali..<br><br>