[farsight2/master] rtpconference: Make message about gst_bin_add failure more accurate

Olivier Crête olivier.crete at collabora.co.uk
Mon Nov 9 10:03:08 PST 2009


---
 gst/fsrtpconference/fs-rtp-conference.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-conference.c b/gst/fsrtpconference/fs-rtp-conference.c
index 744c607..78d687e 100644
--- a/gst/fsrtpconference/fs-rtp-conference.c
+++ b/gst/fsrtpconference/fs-rtp-conference.c
@@ -314,7 +314,7 @@ fs_rtp_conference_init (FsRtpConference *conf,
   }
 
   if (!gst_bin_add (GST_BIN (conf), conf->gstrtpbin)) {
-    GST_ERROR_OBJECT (conf, "Could not create GstRtpBin element");
+    GST_ERROR_OBJECT (conf, "Could not add GstRtpBin element");
     gst_object_unref (conf->gstrtpbin);
     conf->gstrtpbin = NULL;
     return;
-- 
1.5.6.5




More information about the farsight-commits mailing list