mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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"));
|
||||
printf ("Default audio sink : %s\n",
|
||||
gst_gconf_get_string ("default/audiosink"));
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue