[farsight2/master] rtpsession: Make error message less cryptic

Olivier Crête olivier.crete at collabora.co.uk
Mon Oct 26 05:50:06 PDT 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 8b5e04e..abac014 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -3484,7 +3484,7 @@ fs_rtp_session_add_send_codec_bin_unlock (FsRtpSession *session,
           codecbin, "sink"))
   {
     g_set_error (error, FS_ERROR, FS_ERROR_CONSTRUCTION,
-        "Could not get the valve sink for the send codec bin");
+        "Could not link the send codec bin sink pad");
     gst_bin_remove (GST_BIN (session->priv->conference), (codecbin));
     fs_codec_list_destroy (codecs);
     return NULL;
-- 
1.5.6.5




More information about the farsight-commits mailing list