diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-14 17:04:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-14 17:04:54 +0800 |
commit | c8576fca2f6b4100d4101e9cdb983a53079c9457 (patch) | |
tree | 2daee8050fd7b7aa3e1ccaa3ab819c7490c11184 | |
parent | bda7e5e1bed8c021630ec869caeea083deeb95ad (diff) | |
parent | e72f870d393812797c1543d47b53611532284944 (diff) | |
download | gsoc2013-empathy-c8576fca2f6b4100d4101e9cdb983a53079c9457.tar gsoc2013-empathy-c8576fca2f6b4100d4101e9cdb983a53079c9457.tar.gz gsoc2013-empathy-c8576fca2f6b4100d4101e9cdb983a53079c9457.tar.bz2 gsoc2013-empathy-c8576fca2f6b4100d4101e9cdb983a53079c9457.tar.lz gsoc2013-empathy-c8576fca2f6b4100d4101e9cdb983a53079c9457.tar.xz gsoc2013-empathy-c8576fca2f6b4100d4101e9cdb983a53079c9457.tar.zst gsoc2013-empathy-c8576fca2f6b4100d4101e9cdb983a53079c9457.zip |
Merge remote-tracking branch 'em/trivia'
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ plugins are located and the GST_PLUGIN_LOADING_WHITELIST to avoid conflicts with system installed plugins. It's also a good idea to use GST_REGISTRY to avoid clobbering your default GStreamer registry. For example you can export these before launching the empathy processes as shown above: - export GST_PLUGIN_LOADING_WHITELIST=gstreamer:gst-plugins-base:gst-plugins-good:libnice:valve:siren:autoconvert:rtpmux:dtmf:mimic:shm + export GST_PLUGIN_LOADING_WHITELIST=gstreamer:gst-plugins-base:gst-plugins-good:libnice:farstream:gst-plugins-bad:gst-plugins-ugly:gst-ffmpeg export GST_PLUGIN_PATH=/path/to/your/custom/lib/gstreamer-0.10 export GST_REGISTRY=/tmp/gstreamer.registry |