mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
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
f9eeda8ad2
commit
253562933c
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue