Hi
I am using DVSDK 4.00 and Gstreamer 0.10-30 compiled from the Arago recipe on a DM365 EVM. I can see that the coreelements lib is in /usr/lib/gstreamer-0.10 but when I run a simple pipeline like:
gst-launch v4l2src num-buffers=1 ! jpegenc ! filesink location=output.jpeg
I get the following:
WARNING: erroneous pipeline: no element "filesink"
If I leave the filesink part out then I get what looks like the correct sort of information being printed to the screen so it looks like everything else is working correctly.
I undertsand gstreamer is not seeing it because when you run gst-inspect it is not in the list. Nor are things like queue so it look like it is not loading the coreelements library at all. I set GST_PLUGIN_PATH=/usr/lib/gstreamer-0.10 and LD_LIBRARY_PATH=/usr/lib as I have seen mention of these environment variables elsewhere in an attempt to get it working.
Any help in getting gstreamer up and running on this SDK would be greatly appreciated as I have struggled to find any documentation that is relevant to this version of SDK and am new to gstreamer just to make things more difficult.
Thanks
Sean