mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
Fix warning
Original commit message from CVS: Fix warning
This commit is contained in:
parent
35bdd9dc50
commit
8a314999ff
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