summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-05-28 12:31:08 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-01 09:51:20 +0300
commit7e27a532657661dcc3e4851448527c61cc8be692 (patch)
tree729c2c6be02923faa5b9c586cef62dd06f859351 /plugins
parentd9df74ea3e49664b474c8dda35e39e6c4fcacd7c (diff)
fakesrc: add a FIXME comment for blocksize vs. size-max property issue
Diffstat (limited to 'plugins')
-rw-r--r--plugins/elements/gstfakesrc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/elements/gstfakesrc.c b/plugins/elements/gstfakesrc.c
index 5b765c56e1..24352eb81a 100644
--- a/plugins/elements/gstfakesrc.c
+++ b/plugins/elements/gstfakesrc.c
@@ -40,6 +40,10 @@
* 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