Hello, I’m trying to run a gif file in a loop using multifilesrc and decodebin3. Though whenever I do, i get the following output
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Caught SIGSEGV
exec gdb failed: No such file or directory
Spinning. Please run 'gdb gst-launch-1.0 111981' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Setting pipeline to NULL ...
This is the pipeline
gst-launch-1.0 multifilesrc location=./1741649244668.gif loop=TRUE ! decodebin3 ! queue ! videoconvert ! videoscale ! video/x-raw,width=1920,height=1080 ! videorate ! video/x-raw,framerate=30/1 ! x264enc ! flvmux ! fakesink
Tested on gstreamer v 1.24.12 and 1.25.90. Though it seems to be working with 1.24.2. Probably there’s some kind of an environment variable that’s triggering the debugger?