mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fix warning
Original commit message from CVS: Fix warning
This commit is contained in:
parent
64b040780c
commit
57c5738eb4
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ main (int argc, char *argv[])
|
||||||
gst_gconf_get_string ("default/videosink"));
|
gst_gconf_get_string ("default/videosink"));
|
||||||
printf ("Default audio sink : %s\n",
|
printf ("Default audio sink : %s\n",
|
||||||
gst_gconf_get_string ("default/audiosink"));
|
gst_gconf_get_string ("default/audiosink"));
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue