summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-04-18 11:19:52 +0200
committerJosep Torra <n770galaxy@gmail.com>2013-04-18 11:45:50 +0200
commitae3454683ecb52a8fbf1f3b65fea514e730a8c3a (patch)
tree0db6b796f730bccd0e338a5a5003a3a1bcd1d600
parent960590f92ff6535565226dfab6fd52082dd6ee2c (diff)
omxvideodec: Use new type from libgstvideo
-rw-r--r--omx/gstomxvideodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxvideodec.c b/omx/gstomxvideodec.c
index cd0ac13..ae798f9 100644
--- a/omx/gstomxvideodec.c
+++ b/omx/gstomxvideodec.c
@@ -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);