Original commit message from CVS:
* gst/gst.c:
Fix confusing typo in debug output.
2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/gst.c:
+ Fix confusing typo in debug output.
+
+2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
+
reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
g_free (home_plugins);
/* add the main (installed) library path */
- GST_DEBUG ("scanning home plugins %s", PLUGINDIR);
+ GST_DEBUG ("scanning main plugins %s", PLUGINDIR);
changed |= gst_registry_scan_path (default_registry, PLUGINDIR);
} else {
gchar **list;