mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
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:
parent
3f3e6f0258
commit
8bcc0b9e87
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
2006-06-05 Edward Hervey <edward@fluendo.com>
|
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):
|
* gst/gstsegment.c: (gst_segment_copy):
|
||||||
_copy() was always returning NULL...
|
_copy() was always returning NULL...
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,9 @@
|
||||||
|
|
||||||
static gboolean gst_initialized = FALSE;
|
static gboolean gst_initialized = FALSE;
|
||||||
|
|
||||||
|
#ifndef GST_DISABLE_REGISTRY
|
||||||
static GList *plugin_paths = NULL; /* for delayed processing in post_init */
|
static GList *plugin_paths = NULL; /* for delayed processing in post_init */
|
||||||
|
#endif
|
||||||
|
|
||||||
extern gint _gst_trace_on;
|
extern gint _gst_trace_on;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue