projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82ae69
)
dtls: Downgrade locking debug
author
Olivier Crête
<olivier.crete@collabora.com>
Fri, 28 Oct 2016 20:39:13 +0000
(16:39 -0400)
committer
Olivier Crête
<olivier.crete@collabora.com>
Tue, 1 Nov 2016 18:57:21 +0000
(14:57 -0400)
ext/dtls/gstdtlsagent.c
patch
|
blob
|
history
diff --git
a/ext/dtls/gstdtlsagent.c
b/ext/dtls/gstdtlsagent.c
index af5b75c2bf356368db45e35c5b5615125b4279db..c182123878ed2729cce3a2c6d69e6c71d14b64a7 100644
(file)
--- a/
ext/dtls/gstdtlsagent.c
+++ b/
ext/dtls/gstdtlsagent.c
@@
-80,7
+80,7
@@
ssl_locking_function (gint mode, gint lock_num, const gchar * file, gint line)
reading = mode & CRYPTO_READ;
lock = &ssl_locks[lock_num];
- GST_
LOG
_OBJECT (NULL, "%s SSL lock for %s, thread=%p location=%s:%d",
+ GST_
TRACE
_OBJECT (NULL, "%s SSL lock for %s, thread=%p location=%s:%d",
locking ? "locking" : "unlocking", reading ? "reading" : "writing",
g_thread_self (), file, line);