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
This commit is contained in:
parent
0974482e2e
commit
3942358bbc
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2004-04-07 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
|
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
gst_init (&argc, &argv);
|
||||||
|
|
||||||
printf ("Default video sink : %s\n",
|
printf ("Default video sink : %s\n",
|
||||||
gst_gconf_get_string ("default/videosink"));
|
gst_gconf_get_string ("default/videosink"));
|
||||||
printf ("Default audio sink : %s\n",
|
printf ("Default audio sink : %s\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user