diff options
author | David Schleef <ds@schleef.org> | 2002-07-02 03:33:02 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-07-02 03:33:02 +0000 |
commit | e607a66ddea37634780096674b187e9adbcc8cca (patch) | |
tree | 22c8cdae8b5d6a46d1400f3b8f368683658b8ea7 /gst-libs/gst | |
parent | 32f441d52d3c4b62f5b35008866759b73a7624a7 (diff) | |
download | gst-plugins-bad-e607a66ddea37634780096674b187e9adbcc8cca.tar.gz gst-plugins-bad-e607a66ddea37634780096674b187e9adbcc8cca.tar.bz2 gst-plugins-bad-e607a66ddea37634780096674b187e9adbcc8cca.zip |
merge bugfix in 1.1->1.2
Original commit message from CVS:
merge bugfix in 1.1->1.2
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/gconf/test-gconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/gconf/test-gconf.c b/gst-libs/gst/gconf/test-gconf.c index 8ce459a8..25831d94 100644 --- a/gst-libs/gst/gconf/test-gconf.c +++ b/gst-libs/gst/gconf/test-gconf.c @@ -7,4 +7,5 @@ main (int argc, char *argv[]) gst_gconf_get_string ("default/videosink")); printf ("Default audio sink : %s\n", gst_gconf_get_string ("default/audiosink")); + return 0; } |