[gst-devel] g_object_set -> setting the output "location" of a filesink
Stefan Kost
ensonic at hora-obscura.de
Wed Apr 29 22:23:04 CEST 2009
Guilherme schrieb:
> Mates is this the best way to set a location of a filesink
>
> g_object_set (G_OBJECT (sink), "location", "my_file.wav");
g_object_set (G_OBJECT (sink), "location", "my_file.wav", NULL);
Stefan
>
> 'cause Im doing it right after Ive created my elements.
>
> My program runs, but does not create the output file...
>
> ;/
>
> Thanks
>
More information about the gstreamer-devel
mailing list