Skip to content

Draft: ccconvert: forward gap buffers

Yury Shatz requested to merge jurijs.satcs/gstreamer:ccconvert-forward-gaps into main

Sending a buffer with GST_BUFFER_FLAG_GAP to ccconvertor element caused a segfault, as the plugin tried to do something with it. Instead, just forward it.

Our pipeline insert gaps when there is no data, other users may not need it, but in general this seems like the good behaviour.

Merge request reports