GNOME Bugzilla – Bug 749105
videoconvert: Expose some properties from the videoconverter API
Last modified: 2015-05-08 13:17:56 UTC
Created attachment 303072 [details] [review] Patch file. Expose chroma resampler, alpha mode, chroma mode, matrix mode, gamma mode and primaries mode from the videoconverter API.
Review of attachment 303072 [details] [review]: Looks good :) ::: gst/videoconvert/gstvideoconvert.c @@ +60,3 @@ #define DEFAULT_PROP_DITHER_QUANTIZATION 1 +#define DEFAULT_PROP_CHROMA_RESAMPLER GST_VIDEO_RESAMPLER_METHOD_LINEAR +#define DEFAULT_PROP_ALPHA_MODE GST_VIDEO_ALPHA_MODE_COPY If you expose the alpha mode, you should also expose the alpha value
Created attachment 303074 [details] [review] Patch file, also exposing alpha value.
commit 327efa9805606339714e73948b876e696188a9c8 Author: Vivia Nikolaidou <vivia@ahiru.eu> Date: Fri May 8 15:21:16 2015 +0300 videoconvert: Expose some properties from the videoconverter API Expose chroma resampler, alpha mode, alpha value, chroma mode, matrix mode, gamma mode and primaries mode from the videoconverter API. https://bugzilla.gnome.org/show_bug.cgi?id=749105