fakesrc: add a FIXME comment for blocksize vs. size-max property issue
authorStefan Kost <ensonic@users.sf.net>
Thu, 28 May 2009 09:31:08 +0000 (12:31 +0300)
committerStefan Kost <ensonic@users.sf.net>
Mon, 1 Jun 2009 06:51:20 +0000 (09:51 +0300)
plugins/elements/gstfakesrc.c

index 5b765c5..24352eb 100644 (file)
  * Last reviewed on 2008-06-20 (0.10.21)
  */
 
+/* FIXME: this ignores basesrc::blocksize property, which could be used as an
+ * alias to ::sizemax (see gst_base_src_get_blocksize()).
+ */
+
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #endif