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 782926 - Add OMX.mesa.video_decoder{mpeg2,h264} to Bellagio config
Add OMX.mesa.video_decoder{mpeg2,h264} to Bellagio config
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
1.13.x
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-21 15:33 UTC by Julien Isorce
Modified: 2017-06-29 22:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config: add OMX.mesa.video_decoder.{avc,mpeg2} for Bellagio config (1.30 KB, patch)
2017-05-21 15:43 UTC, Julien Isorce
committed Details | Review

Description Julien Isorce 2017-05-21 15:33:59 UTC
Add hardware video decoders provided by mesa/gallium:
https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/omx/vid_dec.h#n53

Works on radeon and nouveau drivers.
Comment 1 Julien Isorce 2017-05-21 15:43:12 UTC
Created attachment 352308 [details] [review]
config: add OMX.mesa.video_decoder.{avc,mpeg2} for Bellagio config
Comment 2 Julien Isorce 2017-06-29 22:49:26 UTC
Comment on attachment 352308 [details] [review]
config: add OMX.mesa.video_decoder.{avc,mpeg2} for Bellagio config

commit 65b3a2769de5a890463b98bf83fb60dba794e498
Author: Julien Isorce <jisorce@oblong.com>
Date:   Sun May 21 15:23:09 2017 +0100

    config: add OMX.mesa.video_decoder.{avc,mpeg2} for Bellagio config
    
    Install libomxil-bellagio0 and make sure mesa has been built with
    --enable-omx. Check there is /usr/lib/libomxil-bellagio0/libomx_mesa.so
    then run omxregister-bellagio to regenerate $XDG_DATA_HOME/.omxregister
    
    Then omxh264dec and omxmpeg2dec should load.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782926