Here's a simpler pipeline that records video to a file
# gst-launch-1.0 -e -v fbdev ! imxipuvideotransform ! video/x-raw,format=NV12 ! imxvpuenc_mpeg4 bitrate=4000 ! mpeg4videoparse ! mp4mux ! filesink location=output.mp4
This pipeline works when I don't have ldb enabled
This is the error it provides when I do have ldb enabled
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstFbDev:fbdev0.GstPad:src: caps = "video/x-raw\,\ format\=\(string\)BGRx\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fracti"
/GstPipeline:pipeline0/GstImxIpuVideoTransform:imxipuvideotransform0.GstPad:src: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fr"
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fraction\)15/1\,\ pixe"
/GstPipeline:pipeline0/GstImxVpuEncoderMPEG4:imxvpuencodermpeg4-0.GstPad:sink: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(frac"
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fraction\)15/1\,\ pix"
/GstPipeline:pipeline0/GstImxIpuVideoTransform:imxipuvideotransform0.GstPad:sink: caps = "video/x-raw\,\ format\=\(string\)BGRx\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)pro"
Caught SIGSEGV
#0 0xb6be86f0 in poll () from /lib/libc.so.6
#1 0xb6a674c0 in ?? ()
Spinning. Please run 'gdb gst-launch-1.0 500' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
The core and debug output from gdb are not of any use since there are no debugging symbols in the dependent libs
Reading symbols from /usr/lib/libgstvideo-1.0.so.0...(no debugging symbols found)...done.
...