[farsight2/master] Make the error message on no local codecs clearer
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:20:56 PST 2008
---
gst/fsrtpconference/fs-rtp-session.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 3fb82c2..ac22092 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -712,7 +712,8 @@ fs_rtp_session_constructed (GObject *object)
if (!self->priv->local_codec_associations) {
self->priv->construction_error = g_error_new (FS_ERROR,
FS_ERROR_INVALID_ARGUMENTS,
- "The passed codec preferences invalidate all blueprints");
+ "The passed codec preferences invalidate all blueprints or not enough"
+ " parameters are specified to validate at least one");
return;
}
--
1.5.6.5
More information about the farsight-commits
mailing list