> > root@wandboard-quad:~# GST_DEBUG=*:3; gst-launch-1.0 -e imxv4l2src > capture-mode=4 fps-n=30 ! imxvpuenc_h264 bitrate=4096 ! h264parse ! mp4mux ! > filesink location=video.mp4 > ... > EOS received - stopping pipeline... > Execution ended after 0:00:04.088140334 > Setting pipeline to PAUSED ... > Setting pipeline to READY ... > Caught SIGSEGV > #0 0x76c72498 in waitpid () from /lib/libpthread.so.0 > #1 0x76c9cb64 in g_on_error_stack_trace () from /usr/lib/libglib-2.0.so.0 > #2 0x0000b4e0 in ?? () > Spinning. Please run 'gdb gst-launch-1.0 1011' to continue debugging, Ctrl-C > to quit, or Ctrl-\ to dump core. > ^C > > Any ideas Otavio? > > Can you see this with a videotestsrc?
With videotestsrc it works fine: GST_DEBUG=*:3; gst-launch-1.0 -e videotestsrc ! imxvpuenc_h264 bitrate=4096 ! h264parse ! mp4mux ! filesink location=video.mp4 ... ^Chandling interrupt. Interrupt: Stopping pipeline ... EOS on shutdown enabled -- Forcing EOS on the pipeline Waiting for EOS... Got EOS from element "pipeline0". EOS received - stopping pipeline... Execution ended after 0:00:04.654726001 Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ... root@wandboard-quad:~# It seems the problem is located at imxv4l2src
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
