<div dir="ltr"><div>Hi </div><div><br></div><div>For the below command,</div><div>g_object_set(G_OBJECT(splitmux),"location","/home/video%02d.mov" ,NULL);<br></div><div><br></div><div> we get output as below</div><div>video01.mov   video02.mov   video03.mov   video04.mov   video05.mov <br></div><div><br></div><div><br></div><div>In order to get the output as timestamp-based dd:mm:yy hh:mm:ss video files, I was suggested to use the format_location_callback signal. How to implement the same? Please can anyone share a sample code?</div><div> </div><div><pre class="gmail-c-prototype gmail-language-c" style="box-sizing:border-box;overflow:auto;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;font-size:13px;padding:1em;margin-top:0.5em;margin-bottom:0.5em;line-height:1.5;word-break:normal;color:black;background:rgb(245,242,240);border:1px solid rgb(204,204,204);border-radius:0px"><a title="gchararray" href="https://developer.gnome.org/gobject/unstable/gobject-Standard-Parameter-and-Value-Types.html#gchararray" style="box-sizing:border-box;background-color:transparent;color:rgb(21,140,186);text-decoration-line:none;outline:none">gchararray</a>
format_location_callback (<a title="GstElement" href="https://gstreamer.freedesktop.org/documentation/gstreamer/gstelement.html#GstElement" style="box-sizing:border-box;background-color:transparent;color:rgb(21,140,186);text-decoration-line:none;outline:none">GstElement</a>  splitmux,
                          <a title="guint" href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint" style="box-sizing:border-box;background-color:transparent;color:rgb(21,140,186);text-decoration-line:none;outline:none">guint</a> fragment_id,
                          <a title="gpointer" href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer" style="box-sizing:border-box;background-color:transparent;color:rgb(21,140,186);text-decoration-line:none;outline:none">gpointer</a> udata)</pre></div><div><br></div><div>Regards</div><div>Raj</div><div><br></div></div>