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:
committed by
Guido Gunther
parent
7d113d4180
commit
157dc1fffb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user