Hi,
I am using the gstreamer in 8168 DVRRDK_02.00.00.23, and copied the folder "DVRRDK_02.00.00.23\ti_tools\linux_devkit\arm-none-linux-gnueabi\usr\bin" & folder "DVRRDK_02.00.00.23\ti_tools\linux_devkit\arm-none-linux-gnueabi\usr\lib" and gst-plugin-scanner to target nsf system.
Then, I set the export variables in following:
export LD_LIBRARY_PATH=/lib:/lib/gstreamer-0.10
export GST_PLUGIN_PATH=/lib:/lib/gstreamer-0.10
export GST_PLUGIN_SYSTEM_PATH=/lib:/lib/gstreamer-0.10
export GST_PLUGIN_SCANNER=/lib:/lib/gstreamer-0.10
Then I executed the following command:
./gst-launch -v filesrc location=sample.264 ! 'video/x-h264' ! h264parse access-unit=true ! omx_h264dec ! omx_scaler ! omx_ctrl display-mode=OMX_DC_MODE_1080P_60 ! omx_videosink sync=false
However, I failed & and got the following debug info:
(gst-launch-0.10:958): GStreamer-WARNING **: External plugin loader failed. This
most likely means that the plugin loader helper binary was not found or could n
ot be run. If you are running an uninstalled GStreamer setup, you might need to
update your gst-uninstalled script so that the GST_PLUGIN_SCANNER environment va
riable gets set.
Memory usage summary: heap total: 0, heap peak: 0, stack peak: 0
total calls total memory failed calls
malloc| 0 0 0
realloc| 0 0 0 (nomove:0, dec:0, free:0)
calloc| 0 0 0
free| 0 0
Histogram for block sizes:
(gst-launch-0.10:958): GStreamer-WARNING **: Failed to load plugin '/lib/libthre
ad_db-1.0.so': /lib/libthread_db-1.0.so: undefined symbol: ps_lgetfpregs
(gst-launch-0.10:958): GStreamer-WARNING **: Failed to load plugin '/lib/libterm
cap.so': /lib/libtermcap.so: file too short
(gst-launch-0.10:958): GStreamer-WARNING **: Failed to load plugin '/lib/libncur
ses.so': /lib/libncurses.so: ELF file version does not match current one
(gst-launch-0.10:958): GStreamer-WARNING **: Failed to load plugin '/lib/libncur
sesw.so': /lib/libncursesw.so: ELF file version does not match current one
WARNING: erroneous pipeline: no element "h264parse"
Could you tell me what is the problem.