|
On 2/11/15, 5:02 AM, John Weber wrote:
I'm seeing the same issue (segfault) on this side with a really fresh build of fsl-image-multimedia-full using master, using Carlos's gstreamer-1.0 plugins: gst-launch-1.0 imxv4l2src capture-mode=4 fps-n=30 ! imxipuvideosink I'm not seeing a problem with this pipeline, which is from an image with the gst1.0-fsl-plugins installed (note that Freescale's element has the same name as Carlos's, but uses caps to set the format instead of properties): gst-launch-1.0 imxv4l2src ! video/x-raw,format=I420,width=1280,height=720,framerate=30/1 ! imxv4l2sink I do see tearing with the same pipeline, but using the imxipuvideosink instead of the imxv4l2sink. The pipeline (similar to yours but using the gst1.0-fsl-plugin imxv4l2src) works for me: gst-launch-1.0 imxv4l2src ! video/x-raw,format=I420,width=1280,height=720,framerate=30/1 ! imxvpuenc_h264 bitrate=2000 ! h264parse ! mp4mux ! filesink location=video.mp4 |
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
