[Bug 729588] glimagesink: cannot play 1080p on RPI

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 7 00:56:42 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729588
  GStreamer | gst-plugins-bad | git

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |

--- Comment #2 from Julien Isorce <julien.isorce at gmail.com> 2014-05-07 07:56:34 UTC ---
It seems my fix
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=2115f11f0b29b0f48e377557fc4ca2ae3a0701e7
made too many assumptions.

Indeed
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=6f4fd7086745720c39cc1d6bfd7a1c4c845caf99
breaks it.

Well the proper fix would be to know in gst_gl_upload_init_format(GstGLUpload *
upload, GstVideoInfo * in_info) that it will be an eglimage.

I'm thinking about changing API a bit to add a third parameter:
gst_gl_upload_init_format (GstGLUpload * upload, GstVideoInfo * in_info, const
gchar *mem_type)

any suggestion ?

-- 
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