mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-28 02:01:47 +08:00
add comment, remove _
This commit is contained in:
@@ -245,14 +245,14 @@ func goGlobalPluginInit(plugin *C.GstPlugin) C.gboolean {
|
||||
|
||||
//export goLogFunction
|
||||
func goLogFunction(
|
||||
_ *C.GstDebugCategory,
|
||||
category *C.GstDebugCategory,
|
||||
level C.GstDebugLevel,
|
||||
file *C.gchar,
|
||||
function *C.gchar,
|
||||
line C.gint,
|
||||
object *C.GObject,
|
||||
message *C.GstDebugMessage,
|
||||
_ C.gpointer,
|
||||
userData C.gpointer,
|
||||
) {
|
||||
logFnMu.RLock()
|
||||
f := customLogFunction
|
||||
|
||||
Reference in New Issue
Block a user