[Pkg-voip-commits] [janus] 86/163: Fixed copy/paste error (see #972)

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:13 UTC 2017


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

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit d77b31a5ce059c4e39f8157b331bd05b5f7c9291
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Sep 4 14:54:04 2017 +0200

    Fixed copy/paste error (see #972)
---
 plugins/janus_streaming.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/janus_streaming.c b/plugins/janus_streaming.c
index 686ed92..84f0f80 100644
--- a/plugins/janus_streaming.c
+++ b/plugins/janus_streaming.c
@@ -3759,8 +3759,6 @@ janus_streaming_mountpoint *janus_streaming_create_rtsp_source(
 	live_rtsp->codecs.audio_fmtp = doaudio ? (afmtp ? g_strdup(afmtp) : NULL) : NULL;
 	live_rtsp->codecs.video_rtpmap = dovideo ? (vrtpmap ? g_strdup(vrtpmap) : NULL) : NULL;
 	live_rtsp->codecs.video_fmtp = dovideo ? (vfmtp ? g_strdup(vfmtp) : NULL) : NULL;
-		live_rtsp->codecs.audio_rtpmap, live_rtsp->codecs.audio_fmtp,
-		live_rtsp->codecs.video_rtpmap, live_rtsp->codecs.video_fmtp);
 	/* Now connect to the RTSP server */
 	if(janus_streaming_rtsp_connect_to_server(live_rtsp) < 0) {
 		/* Error connecting, get rid of the mountpoint */

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



More information about the Pkg-voip-commits mailing list