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

Thornton, Keith keith.thornton at zeiss.com
Wed Aug 22 12:49:47 UTC 2018


Hi,
you appear to misunderstand that you can either set one command with a series of parameter pairs followed by NULL or you can set lots of commands containing a single pair followed by NULL. The pair “async”, 0 only needs to be set once.
Regards

Von: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] Im Auftrag von Shubham Shrivastava
Gesendet: Mittwoch, 22. August 2018 14:22
An: gstreamer-devel at lists.freedesktop.org
Betreff: max-files------ COMMAND IS NOT WORKING AND EVERYTHING WORKING FINE

    g_object_set(G_OBJECT (data.multifilesink),"location","/home/","async",0, NULL);
    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);


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180822/336955b7/attachment.html>


More information about the gstreamer-devel mailing list