emotion: fix typo.
authorcedric <cedric>
Mon, 29 Aug 2011 21:23:26 +0000 (21:23 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 29 Aug 2011 21:23:26 +0000 (21:23 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@62971 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/gstreamer/emotion_sink.c

index b21f95b..219da46 100644 (file)
@@ -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;