From 547295bb1716f5e46c4ef61807243be057aa78d7 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 7 Apr 2004 00:54:03 +0000 Subject: gst-libs/gst/gconf/test-gconf.c: add missing gst_init Original commit message from CVS: * gst-libs/gst/gconf/test-gconf.c: (main): add missing gst_init --- gst-libs/gst/gconf/test-gconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst-libs/gst/gconf/test-gconf.c') 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", -- cgit v1.2.1