projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9df74e
)
fakesrc: add a FIXME comment for blocksize vs. size-max property issue
author
Stefan Kost
<ensonic@users.sf.net>
Thu, 28 May 2009 09:31:08 +0000
(12:31 +0300)
committer
Stefan Kost
<ensonic@users.sf.net>
Mon, 1 Jun 2009 06:51:20 +0000
(09:51 +0300)
plugins/elements/gstfakesrc.c
patch
|
blob
|
history
diff --git
a/plugins/elements/gstfakesrc.c
b/plugins/elements/gstfakesrc.c
index 5b765c56e1b2118a44230f92e646bd4b75cc0d6b..24352eb81a19919778ccf4133d1daae02b99785c 100644
(file)
--- 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