EricssonResearch / openwebrtc-gst-plugins

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

sctpenc: check if dataqueue is empty #62

Closed justinjoy closed 7 years ago

justinjoy commented 7 years ago

When trasiting from PLAYING to READY, the queue can be empty. If the queue is empty, 'gst_data_queue_pop' will be blocked.