[Bug 703342] Implement support for DispManX (Raspberry Pi)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 2 02:14:59 PDT 2013


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

--- Comment #6 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-09-02 09:14:52 UTC ---
(In reply to comment #5)
> (In reply to comment #2)
> > Initial support here:
> > http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/commit/?id=3448791e5aca86d2e912a145d24f60fde2dd3bbf
> 
> What? we can't link against libEGL and libGLESv2?  That seems...weird.

Are you referring to the get_proc_address() code?

> Also, probably should have gone down the pkg-config path first...

The RPi libraries don't ship pkg-config files so far, and on many embedded (and
other) platforms you don't have any either.

> Also what's with 0bdb6d4af3bdac05c53869a6b42a25b6ec8afcb ?
> Some of the desktop GL elements currently use GLU so that would break if the
> system doesn't have GLU.  

They should probably conditionally use GLU if it is available, and not
otherwise :) I think that commit is correct but missing the bits for other code
to make it conditional.

> AFAIK GLU simply calls GL functions to do its work so not at all useless just
> outdated and is on the radar for removal as a dependency.

Yes

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