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:
Evangelos Ribeiro Tzaras
2022-02-28 09:49:43 +01:00
parent f3a6c15e6a
commit 53d6082d64
2 changed files with 40 additions and 19 deletions

View File

@@ -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