mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
doc fixes
Original commit message from CVS: doc fixes
This commit is contained in:
parent
47ff931c58
commit
de6c6bcc5d
2 changed files with 6 additions and 4 deletions
|
@ -341,12 +341,14 @@ cothread_stub (void)
|
|||
GST_DEBUG_ENTER ("");
|
||||
|
||||
thread->flags |= COTHREAD_STARTED;
|
||||
/* #ifdef COTHREAD_ATOMIC
|
||||
/*
|
||||
* ifdef COTHREAD_ATOMIC
|
||||
* do something here to lock
|
||||
* #else
|
||||
* else
|
||||
* g_mutex_lock(thread->lock);
|
||||
* #endif
|
||||
* endif
|
||||
*/
|
||||
|
||||
while (TRUE) {
|
||||
thread->func (thread->argc, thread->argv);
|
||||
/* we do this to avoid ever returning, we just switch to 0th thread */
|
||||
|
|
|
@ -85,7 +85,7 @@ typedef enum {
|
|||
GST_BUFFER_ORIGINAL,
|
||||
GST_BUFFER_DONTFREE,
|
||||
|
||||
} GstBufferFlags;
|
||||
} GstBufferFlag;
|
||||
|
||||
|
||||
typedef struct _GstBuffer GstBuffer;
|
||||
|
|
Loading…
Reference in a new issue