sip: media: improve SDP offer/answer handling

This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-03 00:08:31 +02:00
parent 97a925ee39
commit dcff7538f2
3 changed files with 19 additions and 14 deletions
+3 -3
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;