diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst-libs/gst/gconf/test-gconf.c | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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", |