aboutsummaryrefslogtreecommitdiff
path: root/ext/libav/gstavpipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libav/gstavpipe.h')
-rw-r--r--ext/libav/gstavpipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libav/gstavpipe.h b/ext/libav/gstavpipe.h
index 09ec57d..5ded77f 100644
--- a/ext/libav/gstavpipe.h
+++ b/ext/libav/gstavpipe.h
@@ -34,7 +34,7 @@ G_BEGIN_DECLS
} G_STMT_END
#define GST_FFMPEG_PIPE_MUTEX_UNLOCK(m) G_STMT_START { \
- GST_LOG_OBJECT (&m, "unlocking tlock from thread %p", g_thread_self ()); \
+ GST_LOG_OBJECT (m, "unlocking tlock from thread %p", g_thread_self ()); \
g_mutex_unlock (&m->tlock); \
} G_STMT_END