Advertisement
Guest User

Notes about gst-omx for SFOS 2.1

a guest
Jun 15th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. gst-omx
  2. http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2018-02-23.log.html#t2018-02-23T14:48:02
  3. #gst-omx build packege (manually)
  4. cd $ANDROID_ROOT/hybris/mw
  5. mkdir gst-omx && cd gst-omx
  6. git init
  7. git fetch https://github.com/sailfishos/gst-omx.git
  8. git pull https://github.com/sailfishos/gst-omx.git
  9. git submodule update --init --recursive
  10. cd upstream/
  11. cp ../rpm/*.patch .
  12. for i in *patch ; do patch -p1 < $i ; done
  13. cd $ANDROID_ROOT
  14. rpm/dhd/helpers/build_packages.sh --build=hybris/mw/gst-omx
  15. ### To test by copying the RPM to the device, then installing locally on device :
  16. ### scp $ANDROID_ROOT/droid-local-repo/$DEVICE/gst-omx/gstreamer1.0-omx-1.10.4-1.armv7hl.rpm nemo@192.168.2.15:/home/nemo
  17. ### zypper in gstreamer1.0-omx-1.10.4-1.armv7hl.rpm
  18. ### Follow instruction at https://github.com/sailfishos/gst-omx for configuration of /etx/xdg/gstomx.conf
  19.  
  20. Debugging GST/OMX :
  21. http://www.merproject.org/logs/%23sailfishos-porters/%23sailfishos-porters.2014-08-24.log.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement