<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Some like</p>
<p>sprintf(fullpath, "/home/Videos/Date%02d%02d%d/CAM1/Cam1_%%03d.mp4",tt->tm_mday,tt->tm_mon
+ 1, tt-> tm_year + 1900);</p>
<div> g_object_set(G_OBJECT
(data.filesink),"location",fullpath,"async",0, NULL);<br>
<br>
Best regards,<br>
<br>
Marie<br>
</div>
<br>
<div class="moz-cite-prefix">Am 30.06.2018 um 11:05 schrieb Shubham
Shrivastava:<br>
</div>
<blockquote type="cite"
cite="mid:CAP=WqQALULv3T4EGJ9b_wCsWM17NZM+A9E5k8zGVYAz5NnYv5A@mail.gmail.com">
<div dir="ltr">
<div> sprintf(fullpath,
"/home/Videos/Date%02d%02d%d/CAM1",tt->tm_mday,tt->tm_mon
+ 1, tt-> tm_year + 1900);</div>
<div> g_object_set(G_OBJECT
(data.filesink),"location","fullpath/Cam1_%03d.mp4","async",0,
NULL);</div>
<div><br>
</div>
<div>instead of <br>
</div>
<div><br>
</div>
<div>g_object_set(G_OBJECT
(data.filesink),"location","/home/shubham/Videos/Date16062018/CAM1/Cam1_%03d.mp4","async",0,
NULL);</div>
</div>
<!--'"--><br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>