summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2013-09-24 15:31:13 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2013-09-24 18:34:23 +0300
commit3190e5ab4160d0d7b9946db547b22b1babe2e870 (patch)
treee9a385e2f1bb11a626f17acfff18826038f720ff
parent482561aa00c9329aa3d82e00a3f26eff38e7eee4 (diff)
examples/call-handler.c: s/ffmpegcolorspace/videoconvert/
-rw-r--r--examples/call-handler.c2
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: