mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
fakesrc: fix property description
We're enterprise now folks.
This commit is contained in:
parent
d0c3e33bbe
commit
8c85795e92
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ gst_fake_src_filltype_get_type (void)
|
|||
static const GEnumValue fakesrc_filltype[] = {
|
||||
{FAKE_SRC_FILLTYPE_NOTHING, "Leave data as malloced", "nothing"},
|
||||
{FAKE_SRC_FILLTYPE_ZERO, "Fill buffers with zeros", "zero"},
|
||||
{FAKE_SRC_FILLTYPE_RANDOM, "Fill buffers with random crap", "random"},
|
||||
{FAKE_SRC_FILLTYPE_RANDOM, "Fill buffers with random data", "random"},
|
||||
{FAKE_SRC_FILLTYPE_PATTERN, "Fill buffers with pattern 0x00 -> 0xff",
|
||||
"pattern"},
|
||||
{FAKE_SRC_FILLTYPE_PATTERN_CONT,
|
||||
|
|
Loading…
Reference in a new issue