sip: media: use number types for payload id and clock rate

This is needed for the next commits where we check the received SDP
offers/answers.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-04-07 23:53:34 +02:00
committed by Guido Gunther
parent 7d113d4180
commit 157dc1fffb
3 changed files with 11 additions and 11 deletions

View File

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