[Bug 740111] New: omxvideodec: renders video flipped upside down when using egl_render

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 14 01:38:06 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740111
  GStreamer | gst-omx | git

           Summary: omxvideodec: renders video flipped upside down when
                    using egl_render
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-omx
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: george.kiagiadakis at collabora.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When using egl_render, video is rendered upside down. Apparently, there is a
line of code in gstomxvideodec.c that reads:

gst_egl_image_memory_set_orientation (mem,
    GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_FLIP);

I assume this was some kind of workaround for some firmware bug, but it no
longer is necessary. This line should be removed.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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