[empathy] VideoSrc: use v4l2src instead of gconfvideosrc



commit 37b150da114880f2af274733ba32580d0a90902f
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Mon Aug 1 12:46:03 2011 +0100

    VideoSrc: use v4l2src instead of gconfvideosrc

 src/empathy-video-src.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-video-src.c b/src/empathy-video-src.c
index 15d8f79..e249633 100644
--- a/src/empathy-video-src.c
+++ b/src/empathy-video-src.c
@@ -123,8 +123,8 @@ empathy_video_src_init (EmpathyGstVideoSrc *obj)
 
   /* allocate any data required by the object here */
   if ((element = empathy_gst_add_to_bin (GST_BIN (obj),
-      NULL, "gconfvideosrc")) == NULL)
-    g_error ("Couldn't add \"gconfvideosrc\" (gst-plugins-good missing?)");
+      NULL, "v4l2src")) == NULL)
+    g_error ("Couldn't add \"v4l2src\" (gst-plugins-good missing?)");
 
   /* we need to save our source to priv->src */
   priv->src = element;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]