On 04/03/2012 05:30 PM, kususe wrote:
> How do you code the part of pipeline to fix the transparency
> (sink_1::alpha=0.7)?
>
> "gst-launch-0.10 filesrc location=/home/boss/Scrivania/test_dc/geo.png !
> pngdec ! imagefreeze ! ffmpegcolorspace ! videomixer name=mix
> sink_1::alpha=0.7 ! ffmpegcolorspace ! xvimagesink filesrc
> location=video.webm ! matroskademux ! vp8dec ! mix.
get a reference to the sink_1 pad and set the gobject property called
"alpha" to 0.7.
the alternative would be the python equiv of
gst_child_proxy_set(mix, "sink_1::alpha", 0.7, NULL);
Stefan
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel