From: cedric Date: Mon, 29 Aug 2011 21:23:26 +0000 (+0000) Subject: emotion: fix typo. X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5f2ee8f8451a1758ca80c32d2bc985769394c05;p=profile%2Fivi%2Femotion.git emotion: fix typo. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@62971 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/gstreamer/emotion_sink.c b/src/modules/gstreamer/emotion_sink.c index b21f95b..219da46 100644 --- a/src/modules/gstreamer/emotion_sink.c +++ b/src/modules/gstreamer/emotion_sink.c @@ -559,7 +559,7 @@ evas_video_sink_main_render(void *data) rows[i] = &gst_data[priv->height * priv->width + i * priv->width]; break; } - case EVAS_COLORSPACE_YCBCR420NV12T601_PL: + case EVAS_COLORSPACE_YCBCR420TM12601_PL: { int i; const unsigned char **rows;