gstreamer/log: Fix debug_remove_default_log_function() to actually work
We have to pass NULL
/ None
instead of the actual default log
function as because of -Bsymbolic
or how DLLs work on Windows the
external function pointer is different to the internal one.
CC @jdm I missed that in the initial review but thought you might find this interesting :)