max-files------ COMMAND IS NOT WORKING AND EVERYTHING WORKING FINE

Nicolas Dufresne nicolas at ndufresne.ca
Wed Aug 22 12:55:20 UTC 2018


Le mer. 22 août 2018 08:26, Shubham Shrivastava <shubham333vm at gmail.com> a
écrit :

>     g_object_set(G_OBJECT
> (data.multifilesink),"location","/home/","async",0, NULL);
>

The location is a directory, this is not supported, refer to the element
documentation, it's explained there.

    g_object_set(G_OBJECT
> (data.multifilesink),"post-messages",TRUE,"async",0, NULL);
>     g_object_set(G_OBJECT (data.multifilesink),"next-file", 4,"async",0,
> NULL);
>     g_object_set(G_OBJECT (data.multifilesink), "max-file-size",
> 500000,"async",0, NULL);
>     g_object_set(G_OBJECT (data.multifilesink), "max-files",5,"async",0,
> NULL);
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180822/5ade4bca/attachment.html>


More information about the gstreamer-devel mailing list