[farsight2/master] Return FALSE on error on verify_send_codec_locked
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:23:13 PST 2008
---
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 0313ea9..2ff17fe 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2892,7 +2892,7 @@ fs_rtp_session_verify_send_codec_bin_locked (FsRtpSession *self, GError **error)
error:
fs_codec_destroy (codec);
- return TRUE;
+ return FALSE;
}
/*
--
1.5.6.5
More information about the farsight-commits
mailing list