gst/gst.c: plugin_paths is not used if we build without registry support.

Original commit message from CVS:
* gst/gst.c:
plugin_paths is not used if we build without registry support.
* gst/gstsegment.c: (gst_segment_copy):
_copy() was always returning NULL...
This commit is contained in:
Edward Hervey 2006-06-05 13:05:37 +00:00
parent 3f3e6f0258
commit 8bcc0b9e87
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2006-06-05 Edward Hervey <edward@fluendo.com>
* gst/gst.c:
plugin_paths is not used if we build without registry support.
* gst/gstsegment.c: (gst_segment_copy):
_copy() was always returning NULL...

View file

@ -122,7 +122,9 @@
static gboolean gst_initialized = FALSE;
#ifndef GST_DISABLE_REGISTRY
static GList *plugin_paths = NULL; /* for delayed processing in post_init */
#endif
extern gint _gst_trace_on;