baseaudiosrc: protect against ringbuffer disappearing while in a query
Observed a case where the src went to null-state during the query, hence the spec pointer was no longer valid, and gst_util_unit64_scale_int crashed (assertion `denom > 0´failed) Add locking to make sure the ringbuffer can't disappear.
Showing
Please register or sign in to comment