EricssonResearch / openwebrtc-gst-plugins

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

sctp: Fix warnings setting callbacks when cleaning up the association #41

Closed sancane closed 9 years ago

sancane commented 9 years ago

Do not set either packet or receive callbacks when cleaning up so theu can only be set when state is GST_SCTP_ASSOCIATION_STATE_NEW.

sdroege commented 9 years ago

You can just update pull requests by pushing new changes (e.g. push --force) to the branch you used for the pull request.