Hi All,
I created a video pipeline using splitmuxsink to split the video file using the below code.
g_signal_connect(splitmux,"format-location", G_CALLBACK (user_function), NULL);
The above callback function is working fine. But the following 3 splitmuxsink signal callbacks are not working.
"split-now" : void user_function (GstElement* object, gpointer user_data);
"split-after" : void user_function (GstElement* object,gpointer user_data);
"split-at-running-time" : void user_function (GstElement* object,guint64 arg0, gpointer user_data);
How to invoke these signal callbacks?
Thanks in advance
Regards
Raj
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel