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 726957 - Add configure option for external omxil headers
Add configure option for external omxil headers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-24 09:12 UTC by Zhao, Halley
Modified: 2014-07-23 08:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add --with-omx-header-path option for external omxil headers (1.42 KB, patch)
2014-03-24 09:25 UTC, Zhao, Halley
none Details | Review
0002-omxvp8dec-use-VP8-definition-from-OMX_VideoExt.h (1006 bytes, patch)
2014-03-24 09:26 UTC, Zhao, Halley
none Details | Review
0001-configure-add-with-omx-header-path-option-for-extern (1.08 KB, patch)
2014-03-25 08:53 UTC, Zhao, Halley
committed Details | Review
0002-omxvp8dec-use-VP8-definition-from-OMX_VideoExt.h (1007 bytes, patch)
2014-03-25 08:53 UTC, Zhao, Halley
committed Details | Review

Description Zhao, Halley 2014-03-24 09:12:39 UTC
omxil implementation may not install headers to default path, then gst-omx fail to find them.
add configuration option to specify the path to omxil headers
Comment 1 Zhao, Halley 2014-03-24 09:25:49 UTC
Created attachment 272748 [details] [review]
add --with-omx-header-path option for external omxil headers
Comment 2 Zhao, Halley 2014-03-24 09:26:06 UTC
Created attachment 272749 [details] [review]
0002-omxvp8dec-use-VP8-definition-from-OMX_VideoExt.h
Comment 3 Zhao, Halley 2014-03-25 08:53:24 UTC
Created attachment 272831 [details] [review]
0001-configure-add-with-omx-header-path-option-for-extern
Comment 4 Zhao, Halley 2014-03-25 08:53:48 UTC
Created attachment 272832 [details] [review]
0002-omxvp8dec-use-VP8-definition-from-OMX_VideoExt.h
Comment 5 Sebastian Dröge (slomo) 2014-06-24 08:23:13 UTC
commit 38a07c53860caa0d3acbbdd2346a34e1bf1334ca
Author: Zhao, Halley <halley.zhao@intel.com>
Date:   Mon Mar 24 16:09:40 2014 +0800

    omxvp8dec: use VP8 definition from OMX_VideoExt.h
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726957

commit 0b2f5791f04993bd2081cf04155a721a1bb4df8f
Author: Zhao, Halley <halley.zhao@intel.com>
Date:   Mon Mar 24 15:33:26 2014 +0800

    configure: add --with-omx-header-path option for external omx headers
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726957
Comment 6 Sebastian Dröge (slomo) 2014-06-24 13:12:37 UTC
commit b9238195dd983ec2803073ab66167324de9afe01
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Tue Jun 24 14:52:43 2014 +0200

    omx: Only include OMX_VideoExt.h conditionally
    
    It does not exist on the RPi for example.