diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-29 16:51:50 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-05-29 16:52:21 +0200 |
commit | 19b4c4f3358641585dac57ec11f7fff80efcb2dd (patch) | |
tree | 0cf68ba3e407f855e01f29bd3ce21ff3aec3da37 /tests | |
parent | db7d1a7eeb9b4a981330b77c942966b09b05ef0d (diff) | |
download | gst-plugins-bad-19b4c4f3358641585dac57ec11f7fff80efcb2dd.tar.gz gst-plugins-bad-19b4c4f3358641585dac57ec11f7fff80efcb2dd.tar.bz2 gst-plugins-bad-19b4c4f3358641585dac57ec11f7fff80efcb2dd.zip |
shapewipe: Add border property to allow smooth borders
...and use a border of 0.01 in the example application.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/examples/shapewipe/shapewipe-example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/shapewipe/shapewipe-example.c b/tests/examples/shapewipe/shapewipe-example.c index 3b57bcc8..a3aed085 100644 --- a/tests/examples/shapewipe/shapewipe-example.c +++ b/tests/examples/shapewipe/shapewipe-example.c @@ -67,7 +67,7 @@ main (gint argc, gchar ** argv) pipeline_string = g_strdup_printf - ("videotestsrc ! video/x-raw-yuv,width=640,height=480 ! shapewipe name=shape ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink filesrc location=%s ! typefind ! decodebin2 ! ffmpegcolorspace ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw-yuv,width=640,height=480 ! queue ! mixer.", + ("videotestsrc ! video/x-raw-yuv,width=640,height=480 ! shapewipe name=shape border=0.01 ! videomixer name=mixer ! ffmpegcolorspace ! autovideosink filesrc location=%s ! typefind ! decodebin2 ! ffmpegcolorspace ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw-yuv,width=640,height=480 ! queue ! mixer.", argv[1]); pipeline = gst_parse_launch (pipeline_string, NULL); |