mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
shm: Add more comments
This commit is contained in:
parent
768319b866
commit
b14a0d64ec
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue