+2004-05-19 Johan Dahlin <johan@gnome.org>
+
+ * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
+ ending of the array. Fixes gst-inspect segfault on ppc.
+
2004-05-18 David Schleef <ds@schleef.org>
* gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
DV_QUALITY_AC_2,
DV_QUALITY_DC | DV_QUALITY_COLOR,
DV_QUALITY_AC_1 | DV_QUALITY_COLOR,
- DV_QUALITY_AC_2 | DV_QUALITY_COLOR
+ DV_QUALITY_AC_2 | DV_QUALITY_COLOR,
};
#define DV_QUALITY_DEFAULT 5
{4, "DV_QUALITY_AC_1|DV_QUALITY_COLOUR",
"Colour, using only the first AC coefficient"},
{5, "DV_QUALITY_BEST", "Highest quality colour decoding"},
+ {0, NULL, NULL},
};
qtype = g_enum_register_static ("GstDVDecQualityEnum", values);