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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 8 07:49:44 PDT 2014


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

--- Comment #4 from Julien Isorce <julien.isorce at gmail.com> 2014-05-08 14:49:30 UTC ---
I think once the caps are negotiated and fixed, in set_caps it's a good time to
initialize stuffs like FBO. Doing it at rendering time could lead to some sync
problems. There is generally a pre rolled buffer but I think we cannot rely on
that.

So best thing is to keep FBO initialization when it's done currently. Just need
a way to tell gstglupload to pre-init stuffs or not. And do pre-init by
default.

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