mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
gl/overlaycompositor: handle ANY caps features gracefully
This commit is contained in:
parent
0086dfcf7f
commit
1359d0995e
1 changed files with 3 additions and 2 deletions
|
@ -639,6 +639,7 @@ gst_gl_overlay_compositor_add_caps (GstCaps * caps)
|
|||
|
||||
for (i = 0; i < gst_caps_get_size (composition_caps); i++) {
|
||||
GstCapsFeatures *f = gst_caps_get_features (composition_caps, i);
|
||||
if (!gst_caps_features_is_any (f))
|
||||
gst_caps_features_add (f,
|
||||
GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue