GNOME Bugzilla – Bug 749573
Add support for signals with return values to DynamicSignal.cs
Last modified: 2018-11-03 11:08:56 UTC
Currently gst-sharp only supports signals that should not return any value (the Connect-method only accepts delegates with return-type void), whereas when registering for rtprtxsend/rtprtxreceive on the RtpBin (with the "request-aux-receiver"/"request-aux-sender"-signals) a GstElement needs to be returned (the AUX-element). This means that the functionality of retransmission currently is not supported in gst-sharp.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/issues/2.