sip: media: improve SDP offer/answer handling

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-03-08 09:54:08 +01:00
parent 97a925ee39
commit dcff7538f2
3 changed files with 19 additions and 14 deletions

View File

@@ -32,9 +32,9 @@
*/
typedef struct {
gint payload_type;
gchar* name;
gint clock_rate;
char *payload_id;
char *name;
char *clock_rate;
gint channels;
char *gst_payloader_name;
char *gst_depayloader_name;