omxvideodec: Use new type from libgstvideo
authorJosep Torra <n770galaxy@gmail.com>
Thu, 18 Apr 2013 09:19:52 +0000 (11:19 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Thu, 18 Apr 2013 09:45:50 +0000 (11:45 +0200)
omx/gstomxvideodec.c

index cd0ac13..ae798f9 100644 (file)
@@ -1338,7 +1338,7 @@ gst_omx_video_dec_allocate_output_buffers (GstOMXVideoDec * self)
 
       buffers = g_list_append (buffers, buffer);
       gst_egl_image_memory_set_orientation (mem,
-          GST_EGL_IMAGE_ORIENTATION_X_NORMAL_Y_FLIP);
+          GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_FLIP);
       images = g_list_append (images, gst_egl_image_memory_get_image (mem));
       if (!display)
         display = gst_egl_image_memory_get_display (mem);