mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-06 08:27:03 +08:00
add comment, remove _
This commit is contained in:
@@ -203,6 +203,8 @@ var (
|
||||
customLogFunction LogFunction
|
||||
)
|
||||
|
||||
// SetLogFunction is used to replace gstreamer's default logging function.
|
||||
// Setting to nil will revert to the default logging function.
|
||||
func SetLogFunction(f LogFunction) {
|
||||
logFnMu.Lock()
|
||||
defer logFnMu.Unlock()
|
||||
|
Reference in New Issue
Block a user