GNOME Bugzilla – Bug 796144
videoinfo: GST_VIDEO_FLAG_PREMULTIPLIED_ALPHA is not reflected in caps
Last modified: 2018-11-03 12:07:24 UTC
Created attachment 372079 [details] [review] test for GST_VIDEO_FLAG_PREMULTIPLIED_ALPHA to/from caps It would be nice if GST_VIDEO_FLAG_PREMULTIPLIED_ALPHA is reflected in the caps. Attached is a test case I would expect to work.
Review of attachment 372079 [details] [review]: This flag has always only been used internally in the converter / scaler. It is really hard to add this now. Adding a new field does not work, since existing element will accept that format even if not supported (because no fields, many any/all). Do you have a plan/idea ?
No plan, really. It was just surprising behavior so I thought I'd post a bug. I needed to pass this information when writing a test for our converter, but found an easy way around that. Feel free to close this if it's unlikely to be implemented :-)
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/454.