sip: media-pipeline: Let the OS allocate sockets for udpsrc
First of we get rid of the bindings between from "lport-rtp" and "lport-rtcp" to the "port" property of the udpsrc elements. The properties themselves will get removed a little later as the required changes are rather intrusive and we need some more infrastructure in place before we can do the switch.
This commit is contained in:
@@ -42,5 +42,7 @@ void calls_sip_media_pipeline_start (CallsSip
|
||||
void calls_sip_media_pipeline_stop (CallsSipMediaPipeline *self);
|
||||
void calls_sip_media_pipeline_pause (CallsSipMediaPipeline *self,
|
||||
gboolean pause);
|
||||
int calls_sip_media_pipeline_get_rtp_port (CallsSipMediaPipeline *self);
|
||||
int calls_sip_media_pipeline_get_rtcp_port (CallsSipMediaPipeline *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user