Skip to content

d3dvideosink: support GstVideoOverlayCompositionMeta

Aaron Boxer requested to merge boxerab/gst-plugins-bad:d3d_overlay into master

Composite meta on GPU if available, as with glimagesink. Each OverlayComposition rectangle is associated with a D3D9 texture, and the textures are rendered onto the primary video surface using alpha blending.

Edited by Aaron Boxer

Merge request reports