EricssonResearch / openwebrtc-gst-plugins

OpenWebRTC specific GStreamer plugins
BSD 2-Clause "Simplified" License
50 stars 46 forks source link

sctpassociation: Fix GLib-GObject-WARNING **: invalid unclassed point… #53

Closed sancane closed 7 years ago

sancane commented 7 years ago

…er in cast to 'GstSctpAssociation'

Make the SCTP shutdown sequence before closing the socket allows sctp resources being released when pipeline is set to NULL before any data has been sent through the pipeline.

sdroege commented 7 years ago

Thanks, merged! :+1: