Skip to content

flvmux: Add protection when unref GstFlvMuxPad

Qi Hou requested to merge (removed):flvmux into main

When using flvmux, I meet critical warning gst_object_unref: assertion 'object != NULL' failed at the end of encoding

Below is the gdb logcat. I'm not very clear about flvmux details. After adding a protection when unref GstFlvMuxPad, it works ok. May need a professional to find the root cause.

image

Edited by Sebastian Dröge

Merge request reports