mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
don't lie to me baby
Original commit message from CVS: don't lie to me baby
This commit is contained in:
parent
4f565ed61e
commit
a073c3d744
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ gst_videotestsrc_pattern_get_type (void)
|
|||
static GEnumValue pattern_types[] = {
|
||||
{GST_VIDEOTESTSRC_SMPTE, "smpte", "SMPTE 100% color bars"},
|
||||
{GST_VIDEOTESTSRC_SNOW, "snow", "Random (television snow)"},
|
||||
{GST_VIDEOTESTSRC_BLACK, "black", "0% Black"},
|
||||
{GST_VIDEOTESTSRC_BLACK, "black", "100% Black"},
|
||||
{0, NULL, NULL},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue