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!