[telepathy-stream-engine/master] Remove post-source converters

Olivier Crête olivier.crete at collabora.co.uk
Wed Apr 1 15:27:27 PDT 2009


---
 src/tp-stream-engine.c |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/src/tp-stream-engine.c b/src/tp-stream-engine.c
index b1bf690..aef79e4 100644
--- a/src/tp-stream-engine.c
+++ b/src/tp-stream-engine.c
@@ -960,24 +960,6 @@ _build_base_video_elements (TpStreamEngine *self)
     }
 #endif
 
-  tmp = gst_element_factory_make ("ffmpegcolorspace", NULL);
-  if (tmp != NULL)
-    {
-      g_debug ("linking ffmpegcolorspace");
-      gst_bin_add (GST_BIN (priv->pipeline), tmp);
-      gst_element_link (videosrc, tmp);
-      videosrc = tmp;
-    }
-
-  tmp = gst_element_factory_make ("videoscale", NULL);
-  if (tmp != NULL)
-    {
-      g_debug ("linking videoscale");
-      gst_bin_add (GST_BIN (priv->pipeline), tmp);
-      gst_element_link (videosrc, tmp);
-      videosrc = tmp;
-    }
-
   capsfilter = gst_element_factory_make ("capsfilter", NULL);
   g_assert (capsfilter);
   ret = gst_bin_add (GST_BIN (priv->pipeline), capsfilter);
-- 
1.5.6.5




More information about the telepathy-commits mailing list