env: preprend gst-build/prefix/etc/xdg to XDG_CONFIG_DIRS
authorJulien Isorce <jisorce@oblong.com>
Sat, 21 Dec 2019 19:01:47 +0000 (11:01 -0800)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>
Mon, 23 Dec 2019 09:38:59 +0000 (09:38 +0000)
commitcca62a11f5ac5c3666ff17d28ffbd0231fc51f6c
tree3056df9d0a9fccd1970e92fb551bed9b22422a54
parentb46aa21ed43ebf29b84d3efe93d3fc7ff923db9d
env: preprend gst-build/prefix/etc/xdg to XDG_CONFIG_DIRS

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
gst-env.py