'GstMultiFileSink' has no property named 'multifilesink'
ShilVin
vinodkesti at yahoo.com
Wed Aug 22 09:05:16 UTC 2018
There is not property "multifilesink" in multifilesink.
g_object_set(G_OBJECT (data.filesink),"post-messages", TRUE, "next-file",
4,"max-file-size",500000,"multifilesink","async",0,NULL);
Correct is
g_object_set(G_OBJECT (data.filesink),"post-messages", TRUE, "next-file",
4,"max-file-size",500000, "async",0,NULL);
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list