Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
  2. Feb 11, 2020
  3. Feb 02, 2020
  4. Jan 31, 2020
  5. Jan 19, 2020
  6. Jan 18, 2020
  7. Jan 16, 2020
  8. Jan 13, 2020
  9. Jan 08, 2020
  10. Jan 06, 2020
  11. Dec 24, 2019
  12. Dec 23, 2019
    • Julien Isorce's avatar
      env: preprend gst-build/prefix/etc/xdg to XDG_CONFIG_DIRS · cca62a11
      Julien Isorce authored and Nirbheek Chauhan's avatar Nirbheek Chauhan committed
      So gst-build/prefix/etc/xdg/tizonia/tizonia.conf can be found.
      Which one contains path to tizonia plugins. Useful when
      compiling tizonia-openmax-il and installing it in gst-build
      's prefix location:
        autoreconf -ifs
        ./configure --disable-player
                    --without-libspotify
                    --prefix=path_to_gst-build/prefix/
        make && make install
      
      Allows the following to work:
        gst-launch-1.0 videotestsrc ! vp8enc ! omxvp8dec ! xvimagesink
      cca62a11
  13. Dec 22, 2019
  14. Dec 20, 2019
  15. Dec 19, 2019
  16. Dec 18, 2019
  17. Dec 04, 2019
  18. Nov 25, 2019
  19. Nov 23, 2019
  20. Nov 17, 2019
  21. Nov 11, 2019
  22. Nov 06, 2019
    • Philippe Normand's avatar
      gst-env: Fix the gst plugin file path regex for Linux platforms · 2e6bd1ca
      Philippe Normand authored
      On Linux, the library file is stored in the platform triplet directory under the
      lib directory (hence for example
      lib/x86_64-linux-gnu/gstreamer-1.0/libgstfoo.so) so the regex needs to take this
      into account.
      
      With this change the LD_LIBRARY_PATH on Linux now contains only the directories
      with gst libs, ignoring the plugins, as initially intended in
      c6613d8d.
      
      Fixes #56
      2e6bd1ca
    • Philippe Normand's avatar
      gst-env: Ensure target install filename is a list · aded9c61
      Philippe Normand authored
      At least in Meson 0.49, the target['install_name'] is a string, not a list, so
      the heuristics declared in the is_library_target_and_not_plugin() can't apply
      because Python is actually happy to iterate over a string without any warning.
      aded9c61
  23. Nov 04, 2019
  24. Nov 02, 2019
  25. Oct 25, 2019
Loading