[Pkg-voip-commits] [pjproject] 03/05: srtp_deinit.patch: non-standard srtp interface

tzafrir at debian.org tzafrir at debian.org
Tue Jan 21 12:24:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository pjproject.

commit 926bf696ba523a3183d26cccadb697d4b4258e07
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Mon Jan 13 21:21:55 2014 +0200

    srtp_deinit.patch: non-standard srtp interface
---
 debian/patches/srtp_deinit.patch | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/patches/srtp_deinit.patch b/debian/patches/srtp_deinit.patch
new file mode 100644
index 0000000..f1086fa
--- /dev/null
+++ b/debian/patches/srtp_deinit.patch
@@ -0,0 +1,17 @@
+Description: replace srtp_deinit with srtp_shutdown
+Author: Tzafrir Cohen <tzafrir at debian.org>
+
+The internal copy of srtp used in pjmedia has its own srtp_deinit()
+instead of srtp_shutdown().
+
+--- a/pjmedia/src/pjmedia/transport_srtp.c
++++ b/pjmedia/src/pjmedia/transport_srtp.c
+@@ -323,7 +323,7 @@ static void pjmedia_srtp_deinit_lib(pjme
+ 
+     PJ_UNUSED_ARG(endpt);
+ 
+-    err = srtp_deinit();
++    err = srtp_shutdown();
+     if (err != err_status_ok) {
+ 	PJ_LOG(4, (THIS_FILE, "Failed to deinitialize libsrtp: %s", 
+ 		   get_libsrtp_errstr(err)));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list