summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst-libs/gst/gconf/test-gconf.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4351b43c..23ccd31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-04-07 Benjamin Otte <otte@gnome.org>
+ * gst-libs/gst/gconf/test-gconf.c: (main):
+ add missing gst_init
+
+2004-04-07 Benjamin Otte <otte@gnome.org>
+
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
free the mutexes, too
diff --git a/gst-libs/gst/gconf/test-gconf.c b/gst-libs/gst/gconf/test-gconf.c
index a3c99646..bfc8cabc 100644
--- a/gst-libs/gst/gconf/test-gconf.c
+++ b/gst-libs/gst/gconf/test-gconf.c
@@ -22,6 +22,8 @@
int
main (int argc, char *argv[])
{
+ gst_init (&argc, &argv);
+
printf ("Default video sink : %s\n",
gst_gconf_get_string ("default/videosink"));
printf ("Default audio sink : %s\n",