Fix a failure to build due to incompatible pointer types.
- Adds cast to
GstMiniObject **
where needed - Remove volatile from arguments
g_clear_pointer
is not thread-safe and never was. GLib similarly removed the volatile from g_clear_object.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Fix a failure to build due to incompatible pointer types.
GstMiniObject **
where neededg_clear_pointer
is not thread-safe and never was. GLib similarly removed the volatile from g_clear_object.