aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2012-03-13 23:57:27 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2012-03-14 00:23:53 +0800
commite72f870d393812797c1543d47b53611532284944 (patch)
tree8f1af55f5652a83df1feeac3518c6da51caa6097
parentf6539f8868bb40842ffe018662112e236b72fd24 (diff)
downloadgsoc2013-empathy-e72f870d393812797c1543d47b53611532284944.tar
gsoc2013-empathy-e72f870d393812797c1543d47b53611532284944.tar.gz
gsoc2013-empathy-e72f870d393812797c1543d47b53611532284944.tar.bz2
gsoc2013-empathy-e72f870d393812797c1543d47b53611532284944.tar.lz
gsoc2013-empathy-e72f870d393812797c1543d47b53611532284944.tar.xz
gsoc2013-empathy-e72f870d393812797c1543d47b53611532284944.tar.zst
gsoc2013-empathy-e72f870d393812797c1543d47b53611532284944.zip
Fix GST_PLUGIN_LOADING_WHITELIST in HACKING
Empathy *needs* the Farstream Gstreamer elements and also cutting out gst-plugins-[bad|ugly] is not a good idea as they contain many useful codecs.
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 073f9f2b6..281747042 100644
--- a/HACKING
+++ b/HACKING
@@ -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