** (presien_acquisition:1): CRITICAL **: 00:41:25.809: gst_adapter_push: assertion 'GST_IS_BUFFER (buf)' failed

omer.tal jacklawi at gmail.com
Wed Dec 9 07:49:53 UTC 2020


It's hard to tell without seeing any code, but from my personal experience,
it might be an issue with memory management,

Perhaps you're allocating objects on the stack which gets deleted when going
out of scope?
I had similar issue like a week ago and that was the case.

Make sure your objects are not getting deleted before you pass them to gst
functions.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list