diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2009-06-23 12:15:29 +0200 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2009-06-23 12:15:29 +0200 |
commit | 18e41dd3d72c0b586dd3ccf0de458f94988e8a01 (patch) | |
tree | dcd4ee96d731be27c87666e33333fa5eb699382c /tests | |
parent | f702e384d0050070dab1339977a36d71dfc5343e (diff) |
[tests] Remove the unused ffmpegcolorspace element
It's both unused and misleading for someone peeking at the source code.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-rgb-upload.c | 2 | ||||
-rw-r--r-- | tests/test-yuv-upload.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-rgb-upload.c b/tests/test-rgb-upload.c index 77efc00..fc40096 100644 --- a/tests/test-rgb-upload.c +++ b/tests/test-rgb-upload.c @@ -81,7 +81,6 @@ main (int argc, char *argv[]) GstPipeline *pipeline; GstElement *src; GstElement *capsfilter; - GstElement *colorspace; GstElement *sink; GstCaps *caps; @@ -114,7 +113,6 @@ main (int argc, char *argv[]) src = gst_element_factory_make ("videotestsrc", NULL); capsfilter = gst_element_factory_make ("capsfilter", NULL); - colorspace = gst_element_factory_make ("ffmpegcolorspace", NULL); sink = clutter_gst_video_sink_new (CLUTTER_TEXTURE (texture)); g_object_set (G_OBJECT (sink), "use-shaders", FALSE, NULL); diff --git a/tests/test-yuv-upload.c b/tests/test-yuv-upload.c index cd7360a..837871f 100644 --- a/tests/test-yuv-upload.c +++ b/tests/test-yuv-upload.c @@ -80,7 +80,6 @@ main (int argc, char *argv[]) GstPipeline *pipeline; GstElement *src; GstElement *capsfilter; - GstElement *colorspace; GstElement *sink; GstCaps *caps; @@ -113,7 +112,6 @@ main (int argc, char *argv[]) src = gst_element_factory_make ("videotestsrc", NULL); capsfilter = gst_element_factory_make ("capsfilter", NULL); - colorspace = gst_element_factory_make ("ffmpegcolorspace", NULL); sink = clutter_gst_video_sink_new (CLUTTER_TEXTURE (texture)); /* make videotestsrc spit the format we want */ |