y4mdec: Default colorspace is I420

https://bugzilla.gnome.org/show_bug.cgi?id=639296
This commit is contained in:
Edward Hervey 2011-01-12 11:57:29 +01:00
parent 24e89ab39c
commit a2b5e7863e

View file

@ -280,7 +280,7 @@ static gboolean
gst_y4m_dec_parse_header (GstY4mDec * y4mdec, char *header)
{
char *end;
int format = -1;
int format = 420;
int interlaced_char = 0;
if (memcmp (header, "YUV4MPEG2 ", 10) != 0) {