telepathy-farstream: examples/call-handler.c: s/ffmpegcolorspace/ videoconvert/

George Kiagiadakis gkiagia at kemper.freedesktop.org
Wed Sep 25 05:35:57 PDT 2013


Module: telepathy-farstream
Branch: master
Commit: 3190e5ab4160d0d7b9946db547b22b1babe2e870
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=3190e5ab4160d0d7b9946db547b22b1babe2e870

Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Tue Sep 24 15:31:13 2013 +0300

examples/call-handler.c: s/ffmpegcolorspace/videoconvert/

---

 examples/call-handler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/call-handler.c b/examples/call-handler.c
index 1124e5a..213edbb 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -130,7 +130,7 @@ src_pad_added_cb (TfContent *content,
         }
       case FS_MEDIA_TYPE_VIDEO:
         element = gst_parse_bin_from_description (
-          "ffmpegcolorspace ! videoscale ! autovideosink",
+          "videoconvert ! videoscale ! autovideosink",
           TRUE, NULL);
         break;
       default:



More information about the telepathy-commits mailing list