From 2977ef52815ddf593591629293599cabb4ce7d25 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 26 Sep 2014 16:35:51 +0200 Subject: [PATCH] videotestsrc: storel is better then copyl It is better to use storel to splat the variable into the destination. ORC doesn't know when a variable is last written to so it can't yet optimize away the copy operation. --- gst/videotestsrc/gstvideotestsrcorc.orc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videotestsrc/gstvideotestsrcorc.orc b/gst/videotestsrc/gstvideotestsrcorc.orc index a75f069a8b..d0970b3d65 100644 --- a/gst/videotestsrc/gstvideotestsrcorc.orc +++ b/gst/videotestsrc/gstvideotestsrcorc.orc @@ -3,6 +3,6 @@ .dest 4 d1 guint8 .param 4 p1 -copyl d1, p1 +storel d1, p1