Custom GstBaseSrc can not link to FakeSink Pipeline Error
Tim-Philipp Müller
t.i.m at zen.co.uk
Tue Dec 20 01:46:26 UTC 2022
Hi,
> (gst-launch-1.0:4512): GStreamer-CRITICAL **: 15:16:36.061:
> gst_mini_object_ref: assertion 'mini_object != NULL' failed
You need to investigate where these come from and fix them.
They indicate a serious refcounting issue somewhere, and could be the
cause of your problems (caps are mini objects).
You can run things in a debugger with G_DEBUG=fatal_warnings (env var)
and then get a stack trace with 'bt' when it aborts.
Cheers
Tim
More information about the gstreamer-devel
mailing list