EricssonResearch / openwebrtc-gst-plugins

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

gstsctpenc: Do not crash if caps are not provided when requesting pads #33

Closed sancane closed 9 years ago

sancane commented 9 years ago

Some functions like gst_element_get_request_pad do not provide caps when they are called on any GstElement to retrieve requested pads.

sdroege commented 9 years ago

:+1: