mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
473fa96cd8
Original commit message from CVS: gconf stuff
10 lines
248 B
C
10 lines
248 B
C
#include "gconf.h"
|
|
|
|
int
|
|
main (int argc, char *argv[])
|
|
{
|
|
printf ("Default video sink : %s\n",
|
|
gst_gconf_get_string ("default/videosink"));
|
|
printf ("Default audio sink : %s\n",
|
|
gst_gconf_get_string ("default/audiosink"));
|
|
}
|