slomo gst-plugins-bad: gst-plugins-bad/ gst-plugins-bad/ext/ladspa/
[email protected] Thu, 8 Jan 2009 01:40:36 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
--===============0268982601101473335==
CVS Root: /cvs/gstreamer
Module: gst-plugins-bad
Changes by: slomo
Date: Thu Jan 08 2009 09:40:36 UTC
Log message:
* ext/ladspa/gstladspa.c: (plugin_init):
Add plugin dependency for the LADSPA plugin directories.
Fixes bug #566878.
Modified files:
. : ChangeLog
ext/ladspa : gstladspa.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ChangeLog.diff?r1=1.3864&r2=1.3865
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ext/ladspa/gstladspa.c.diff?r1=1.66&r2=1.67
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ChangeLog,v
retrieving revision 1.3864
retrieving revision 1.3865
diff -u -d -r1.3864 -r1.3865
--- ChangeLog 6 Jan 2009 22:51:36 -0000 1.3864
+++ ChangeLog 8 Jan 2009 09:40:20 -0000 1.3865
@@ -1,3 +1,9 @@
+2009-01-08 Sebastian Dröge <[email protected]>
+
+ * ext/ladspa/gstladspa.c: (plugin_init):
+ Add plugin dependency for the LADSPA plugin directories.
+ Fixes bug #566878.
2009-01-06 Jan Schmidt <[email protected]>
* tests/check/Makefile.am:
Index: gstladspa.c
RCS file: /cvs/gstreamer/gst-plugins-bad/ext/ladspa/gstladspa.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- gstladspa.c 30 Oct 2008 13:02:18 -0000 1.66
+++ gstladspa.c 8 Jan 2009 09:40:22 -0000 1.67
@@ -620,6 +620,11 @@
GST_DEBUG_CATEGORY_INIT (ladspa_debug, "ladspa",
GST_DEBUG_FG_GREEN | GST_DEBUG_BG_BLACK | GST_DEBUG_BOLD, "LADSPA");
+ gst_plugin_add_dependency_simple (plugin,
+ "LADSPA_PATH",
+ "/usr/lib/ladspa:/usr/local/lib/ladspa",
+ NULL, GST_PLUGIN_DEPENDENCY_FLAG_NONE);
parent_class = g_type_class_ref (GST_TYPE_SIGNAL_PROCESSOR);
ladspa_plugin = plugin;
--===============0268982601101473335==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
--===============0268982601101473335==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
--===============0268982601101473335==--