Hello,
I am working with the i.MX27 PDK unit, and would like to capture images from the camera using gstreamer and jpegenc.
When I try to invoke a pipeline with jpegenc in the PDK, I get the message "ERROR: pipeline could not be constructed: no element "jpegenc"."
I can run the same command on my Ubuntu Linux box with no error.Other gstreamer pipelines work as they should.
Any ideas?
Chuck Kuecker
I ran gst-inspect | grep jpegenc - nothing found. Doing gst-inspect }jpegenc | grep jpeg returns "typefindfunctions::
image/jpeg, jpeg, jpe, jpg"
I've got the good, bad, and ugly gstreamer modules installed. What am I missing?
I found the problem. In the gst-plugins-good.spec file, the jpeg plugin is disabled. I just removed --disable-jpeg from the ./configure command.
It's building now. Need to test it.