mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
gst/gst.c: Fix confusing typo in debug output.
Original commit message from CVS: * gst/gst.c: Fix confusing typo in debug output.
This commit is contained in:
parent
b47469722f
commit
ef78586c58
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
|
|
@ -713,7 +713,7 @@ scan_and_update_registry (GstRegistry * default_registry,
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue