2
0
Эх сурвалжийг харах

modules/sdpops: fixed typo in readme example

Juha Heinanen 11 жил өмнө
parent
commit
0bea3e5cf9

+ 1 - 1
modules/sdpops/README

@@ -293,7 +293,7 @@ if(sdp_with_transport("RTP/SAVP"))
    Example 1.9. sdp_with_transport_like usage
 ...
 # check for SAVPF stream
-if(sdp_with_transport("SAVPF"))
+if(sdp_with_transport_like("SAVPF"))
 {
     # the session has a SAVPF stream, e.g., RTP/SAVPF or UDP/TLS/RTP/SAVPF
 }

+ 1 - 1
modules/sdpops/doc/sdpops_admin.xml

@@ -293,7 +293,7 @@ if(sdp_with_transport("RTP/SAVP"))
 		<programlisting format="linespecific">
 ...
 # check for SAVPF stream
-if(sdp_with_transport("SAVPF"))
+if(sdp_with_transport_like("SAVPF"))
 {
     # the session has a SAVPF stream, e.g., RTP/SAVPF or UDP/TLS/RTP/SAVPF
 }