pwg: make the enum example (based on videotestsrc) actually match videotestsrc
authorPeter van Hardenberg <pvh@songbirdnest.com>
Fri, 4 Dec 2009 20:16:32 +0000 (12:16 -0800)
committerMichael Smith <msmith@songbirdnest.com>
Fri, 4 Dec 2009 20:17:07 +0000 (12:17 -0800)
docs/pwg/building-props.xml

index 1cbe88b..ae6b7d8 100644 (file)
@@ -130,9 +130,9 @@ gst_videotestsrc_pattern_get_type (void)
 
   if (!videotestsrc_pattern_type) {
     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_SMPTE, "SMPTE 100% color bars",    "smpte" },
+      { GST_VIDEOTESTSRC_SNOW,  "Random (television snow)", "snow"  },
+      { GST_VIDEOTESTSRC_BLACK, "0% Black",                 "black" },
       { 0, NULL, NULL },
     };