[farsight2/master] Print the right variable
Olivier Crête
olivier.crete at collabora.co.uk
Thu Feb 26 12:49:21 PST 2009
---
gst/fsrtpconference/fs-rtp-session.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index ac6d820..25b2f9d 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2878,7 +2878,7 @@ fs_rtp_session_get_recv_codec_locked (FsRtpSession *session,
{
*recv_codec = codec_copy_without_config (ca->codec);
GST_DEBUG ("Receiving on session codec " FS_CODEC_FORMAT,
- FS_CODEC_ARGS (recv_codec_tmp));
+ FS_CODEC_ARGS (ca->codec));
}
return ca;
--
1.5.6.5
More information about the farsight-commits
mailing list