mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
added comment about missing flag
Original commit message from CVS: added comment about missing flag
This commit is contained in:
parent
9ab010e61a
commit
2f424eb4d4
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,9 @@ typedef enum {
|
|||
/* this element is incable of seeking (FIXME: does this apply to filters?) */
|
||||
GST_ELEMENT_NO_SEEK,
|
||||
|
||||
/***** !!!!! need to have a flag that says that an element must
|
||||
*not* be an entry into a scheduling chain !!!!! *****/
|
||||
|
||||
/* there is a new loopfunction ready for placement */
|
||||
GST_ELEMENT_NEW_LOOPFUNC,
|
||||
/* the cothread holding this element needs to be stopped */
|
||||
|
|
Loading…
Reference in a new issue