pub fn rtp_get_header_extension_list() -> Vec<ElementFactory>
Expand description

Retrieve all the factories of the currently registered RTP header extensions. Call ElementFactory::create() with each factory to create the associated RTPHeaderExtension.

§Returns

a GList of gst::ElementFactory’s. Use gst_plugin_feature_list_free() after use