summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-10-20 21:52:24 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-11-24 19:12:10 -0500
commitb14a0d64ecee0ce9114e479e2c4e62577eb3e144 (patch)
tree290039856062e23dd838fbbd37891166a867f6ea /sys
parent768319b86623477a3658b448d01f5cc332cbf818 (diff)
downloadgstreamer-plugins-bad-b14a0d64ecee0ce9114e479e2c4e62577eb3e144.tar.gz
shm: Add more comments
Diffstat (limited to 'sys')
-rw-r--r--sys/shm/shmpipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/shm/shmpipe.h b/sys/shm/shmpipe.h
index 65f034825..c70c28fe4 100644
--- a/sys/shm/shmpipe.h
+++ b/sys/shm/shmpipe.h
@@ -23,6 +23,8 @@
*/
/*
+ * None of this code is thread safe, if you want to use it in a multi-threaded
+ * context, please protect it with a mutex.
*
* First, create a writer with sp_writer_create()
* And selectes() on the socket from sp_get_fd()