<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi All,</div><div><br></div><div>I created a video pipeline using splitmuxsink to split the video file using the below code.</div><div><br></div>g_signal_connect(splitmux,"format-location", G_CALLBACK (user_function), NULL); </div><div dir="ltr"><br></div><div dir="ltr">The above callback function is working fine. But the following 3 splitmuxsink signal callbacks are not working.</div><div dir="ltr"><br></div><div dir="ltr"><div>  "split-now" :  void user_function (GstElement* object, gpointer user_data);<br></div><div>  "split-after" :  void user_function (GstElement* object,gpointer user_data);<br>  "split-at-running-time" :  void user_function (GstElement* object,guint64 arg0, gpointer user_data);<br></div><div><br></div><div>How to invoke these signal callbacks?</div><div><br></div><div>Thanks in advance</div><div><br></div><div>Regards</div><div>Raj</div><div><br></div><div>                                                 <br></div></div></div></div>