Some like
sprintf(fullpath, "/home/Videos/Date%02d%02d%d/CAM1/Cam1_%%03d.mp4",tt->tm_mday,tt->tm_mon
+ 1, tt-> tm_year + 1900);
g_object_set(G_OBJECT
(data.filesink),"location",fullpath,"async",0, NULL);
Best regards,
Marie
Am 30.06.2018 um 11:05 schrieb Shubham
Shrivastava:
sprintf(fullpath,
"/home/Videos/Date%02d%02d%d/CAM1",tt->tm_mday,tt->tm_mon
+ 1, tt-> tm_year + 1900);
g_object_set(G_OBJECT
(data.filesink),"location","fullpath/Cam1_%03d.mp4","async",0,
NULL);
instead of
g_object_set(G_OBJECT
(data.filesink),"location","/home/shubham/Videos/Date16062018/CAM1/Cam1_%03d.mp4","async",0,
NULL);
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel