EricssonResearch / openwebrtc-gst-plugins

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

gstsctpenc: Start/stop task when pad is activated/deactivated #39

Closed sancane closed 9 years ago

sancane commented 9 years ago

Starting the task to feed the src pad during the change of the states results in race conditions when the task pushes events on the pad when it is not yet actived. This commit fixes issue https://github.com/EricssonResearch/openwebrtc-gst-plugins/issues/37

sdroege commented 9 years ago

Thanks, merged