don't lie to me baby

Original commit message from CVS:
don't lie to me baby
This commit is contained in:
Thomas Vander Stichele 2004-08-02 15:35:13 +00:00
parent 4f565ed61e
commit a073c3d744

View file

@ -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},
};