Changeset 481:72ea00382e44 in verona
- Timestamp:
- May 18, 2012 12:17:02 PM (12 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
phapi/phapi.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
phapi/phapi.c
r480 r481 1152 1152 1153 1153 1154 if (_is_audio_enabled(ca->nego_m streams)) {1154 if (_is_audio_enabled(ca->nego_mflags)) { 1155 1155 ph_upnp_redir_port(localip, ca->loc_sdp_audio_port, &ca->pub_sdp_audio_port, udp); 1156 1156 if (!(vl->mobility & PH_NORTCP_ATTR)) … … 1158 1158 } 1159 1159 #ifdef PHAPI_VIDEO_SUPPORT 1160 if (_is_video_enabled(ca->nego_m streams)) {1160 if (_is_video_enabled(ca->nego_mflags)) { 1161 1161 ph_upnp_redir_port(localip, ca->loc_sdp_video_port, &ca->pub_sdp_video_port, udp); 1162 1162 if (!(vl->mobility & PH_NORTCP_ATTR)) … … 1175 1175 struct vline* vl = vlid2vline(ca->vlid); 1176 1176 1177 if (_is_audio_enabled(ca->nego_m streams)) {1177 if (_is_audio_enabled(ca->nego_mflags)) { 1178 1178 ph_upnp_release_port(ca->pub_sdp_audio_port, udp); 1179 1179 if (!(vl->mobility & PH_NORTCP_ATTR)) … … 1181 1181 } 1182 1182 #ifdef PHAPI_VIDEO_SUPPORT 1183 if (_is_video_enabled(ca->nego_m streams)) {1183 if (_is_video_enabled(ca->nego_mflags)) { 1184 1184 ph_upnp_release_port(ca->pub_sdp_video_port, udp); 1185 1185 if (!(vl->mobility & PH_NORTCP_ATTR)) … … 1198 1198 #ifdef PHAPI_VIDEO_SUPPORT 1199 1199 1200 if (_is_video_enabled(ca->nego_m streams)) {1200 if (_is_video_enabled(ca->nego_mflags)) { 1201 1201 if (ca->video_rtptr) 1202 1202 rtp_socks_close(ca->video_rtptr);
Note: See TracChangeset
for help on using the changeset viewer.
