GNOME Bugzilla – Bug 345131
[PATCH] videoscale support for 32-bit RGB-formats
Last modified: 2006-06-19 09:08:28 UTC
Please describe the problem: With the attached patch applied, videoscale supports RGBA, ARGB, BGRA and ABGR. Before this patch, videoscale was unable to handle 32-bit color, which meant that I had to add an extra ffmpegcolorspace (which supports RGBA and ARGB) just before the sink. Apart from being annoying, it's a CPU waster. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 67503 [details] [review] support 32-bit RGBA-formats
Thanks a lot. Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se> * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size), (gst_video_scale_transform): Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131