added comment about missing flag
authorErik Walthinsen <omega@temple-baptist.org>
Sun, 15 Apr 2001 22:54:03 +0000 (22:54 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Sun, 15 Apr 2001 22:54:03 +0000 (22:54 +0000)
Original commit message from CVS:
added comment about missing flag

gst/gstelement.h

index 87cae5e..cc296c9 100644 (file)
@@ -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 */