libpurple/protocols/jabber/jingle/rtp.c

changeset 38854
086e15ec656d
parent 38748
17f8a2a8ccba
child 39494
f68a311bc10d
equal deleted inserted replaced
38849:20c80c3c31c5 38854:086e15ec656d
57 static PurpleXmlNode *jingle_rtp_to_xml_internal(JingleContent *rtp, PurpleXmlNode *content, JingleActionType action); 57 static PurpleXmlNode *jingle_rtp_to_xml_internal(JingleContent *rtp, PurpleXmlNode *content, JingleActionType action);
58 static void jingle_rtp_handle_action_internal(JingleContent *content, PurpleXmlNode *jingle, JingleActionType action); 58 static void jingle_rtp_handle_action_internal(JingleContent *content, PurpleXmlNode *jingle, JingleActionType action);
59 59
60 static PurpleMedia *jingle_rtp_get_media(JingleSession *session); 60 static PurpleMedia *jingle_rtp_get_media(JingleSession *session);
61 61
62 #if 0
63 enum {
64 LAST_SIGNAL
65 };
66 static guint jingle_rtp_signals[LAST_SIGNAL] = {0};
67 #endif
68
69 enum { 62 enum {
70 PROP_0, 63 PROP_0,
71 PROP_MEDIA_TYPE, 64 PROP_MEDIA_TYPE,
72 PROP_SSRC, 65 PROP_SSRC,
73 PROP_LAST 66 PROP_LAST

mercurial