mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 14:18:34 +00:00
fakesrc: add a FIXME comment for blocksize vs. size-max property issue
This commit is contained in:
parent
d9df74ea3e
commit
7e27a53265
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
||||||
* Last reviewed on 2008-06-20 (0.10.21)
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue