python version of `g_signal_emit_valist ()`

wzhouuuu wei.zhou1001 at gmail.com
Tue Sep 29 23:35:58 UTC 2020


Hi all,

I'm using splitmuxsink to save chunk of videos. I'd like to use its signal
`split-now`. However, how should I send that signal using Python? I saw
there's a C++ implementation,  but i can't find any python implementation. 
      signals[SIGNAL_SPLIT_NOW] =
      g_signal_new ("split-now", G_TYPE_FROM_CLASS (klass),
      G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
      G_STRUCT_OFFSET (GstSplitMuxSinkClass, split_now), NULL, NULL, NULL,
      G_TYPE_NONE, 0);



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list