After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 504459 - Use headers from OpenMAX IL implementation
Use headers from OpenMAX IL implementation
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: git master
Assigned To: Felipe Contreras (banned)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-19 13:48 UTC by Tommi Myöhänen
Modified: 2008-01-25 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tommi Myöhänen 2007-12-19 13:48:39 UTC
Currently gst-openmax codebase includes OpenMAX headers that are normally provided by the OpenMAX implementation (e.g. Bellagio). Those headers should be removed from CVS and gst-openmax should be made dependent on some OpenMAX implementation instead.
Comment 1 Marc-Andre Lureau 2007-12-19 17:21:13 UTC
Good point. I was thinking of having a virtual package for Debian with the openmax-headers. Is there any reference for OpenMAX headers? Is there different flavors of openmax-headers?

I guess you encounter some trouble with the included headers, that should also be solved in gst-openmax, of course, to utilize system or included headers. (if I understand)
Comment 2 Felipe Contreras (banned) 2008-01-24 19:53:39 UTC
There is only one kind of OpenMAX IL headers, the ones provided by Khronos. That's the whole point of the standard.

For example:
http://www.khronos.org/openmax/headers/omx_il_v1_1/omx_il_v1_1_1_headers.zip

An OpenMAX IL (like gst-openmax) can use these headers and use dlopen to load the OpenMAX IL implementation at run-time. Thus there's no need for Bellagio to be even installed to compile gst-openmax; Bellagio, or any other implementation, will be loaded at run-time.
Comment 3 Felipe Contreras (banned) 2008-01-24 20:50:19 UTC
I meant an OpenMAX IL client, like gst-openmax.