splitmuxsink signal callback

transport raj rajtransport08 at gmail.com
Mon Oct 12 17:16:01 UTC 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20201012/05b157cb/attachment.htm>


More information about the gstreamer-devel mailing list