gst-libs/gst/gconf/test-gconf.c: add missing gst_init
authorBenjamin Otte <otte@gnome.org>
Wed, 7 Apr 2004 00:54:03 +0000 (00:54 +0000)
committerBenjamin Otte <otte@gnome.org>
Wed, 7 Apr 2004 00:54:03 +0000 (00:54 +0000)
Original commit message from CVS:
* gst-libs/gst/gconf/test-gconf.c: (main):
add missing gst_init

ChangeLog
gst-libs/gst/gconf/test-gconf.c

index 4351b43..23ccd31 100644 (file)
--- 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
 
index a3c9964..bfc8cab 100644 (file)
@@ -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",