diff options
author | Julien Isorce <julien.isorce@gmail.com> | 2008-06-21 21:38:42 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-07-15 14:21:37 -0700 |
commit | 92de458909b5245d5ccf41c4db47461ae76185d6 (patch) | |
tree | f03de785aee5af3c70939107d311ed3c196c49ce /tests/pipelines | |
parent | 83071b733b30e819a5a86a6e83dd69da3209ee8f (diff) |
git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@540 93df14bb-0f41-7a43-8087-d3e2a2f0e464
Diffstat (limited to 'tests/pipelines')
-rw-r--r-- | tests/pipelines | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pipelines b/tests/pipelines index 4f59062..465ee53 100644 --- a/tests/pipelines +++ b/tests/pipelines @@ -13,6 +13,7 @@ gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)AYUV, width=380, gst-launch-0.10 videotestsrc ! glupload ! glfiltercube ! glimagesink
gst-launch-0.10 videotestsrc ! glupload ! glfiltercube ! glfiltercube ! glimagesink
+gst-launch-0.10 videotestsrc ! glupload ! "video/x-raw-gl, width=720, height=576" ! glfiltercube ! "video/x-raw-gl, width=320, height=240" ! glimagesink
gst-launch-0.10 videotestsrc ! "video/x-raw-yuv, format=(fourcc)AYUV, width=320, height=240" ! glupload ! "video/x-raw-gl, width=720, height=576" ! glfiltercube ! "video/x-raw-gl, width=320, height=240" ! glimagesink
gst-launch-0.10 gltestsrc ! glfiltercube ! glimagesink
|