"max-files" command not working making infinite number of files

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

"max-files" command not working making infinite number of files

Shubham Shrivastava
  g_object_set(G_OBJECT (data.multifilesink),"location","/home/bitcomm11/Videos/shubham_%03d.mp4", 
        "post-messages",TRUE,"next-file", 4,"max-file-size", 500000,"max-files",5,"async",0,Null);
  g_object_set(G_OBJECT (data.multifilesink),"location","/home/bitcomm11/Videos/shubham_%03d.mp4", 
        "post-messages",TRUE,"next-file", 4,"max-file-size", 500000,"max-files",5,Null);
  g_object_set(G_OBJECT (data.multifilesink),"location","/home/bitcomm11/Videos/shubham_%03d.mp4", 
        "post-messages",TRUE,"next-file", 4,"max-file-size", 500000,"max-files",5,"async",0);

I tried everything but when i remove post-message it works fine 
please help!

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel