[Bug 740111] omxvideodec: renders video flipped upside down when using egl_render
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 24 06:56:41 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=740111
Julien Isorce <julien.isorce at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|git master |1.5.1
--- Comment #9 from Julien Isorce <julien.isorce at gmail.com> ---
Philippe could you try to remove the line:
gst_egl_image_memory_set_orientation (mem,
GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_FLIP);
in gstomxvideodec.c ?
I am pretty sure it is obsolete as George said.
Also in -bad/gst-libs/gst/gl/egl/gsteglimagememory.c I can see:
GstVideoGLTextureOrientation
gst_egl_image_memory_get_orientation (GstMemory * mem)
{
g_return_val_if_fail (gst_is_egl_image_memory (mem),
GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_NORMAL);
Thx!
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list