doc fixes

Original commit message from CVS:
doc fixes
This commit is contained in:
Thomas Vander Stichele 2002-04-19 10:26:56 +00:00
parent 47ff931c58
commit de6c6bcc5d
2 changed files with 6 additions and 4 deletions

View file

@ -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 */

View file

@ -85,7 +85,7 @@ typedef enum {
GST_BUFFER_ORIGINAL,
GST_BUFFER_DONTFREE,
} GstBufferFlags;
} GstBufferFlag;
typedef struct _GstBuffer GstBuffer;