mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
gst/alpha/: Stupid plugin to to RGBA to AYUV conversion because none of the colorspace plugins can handle that yet.
Original commit message from CVS: * gst/alpha/Makefile.am: * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type), (gst_alpha_color_base_init), (gst_alpha_color_class_init), (gst_alpha_color_init), (gst_alpha_color_set_property), (gst_alpha_color_get_property), (gst_alpha_color_sink_link), (transform), (gst_alpha_color_chain), (gst_alpha_color_change_state), (plugin_init): Stupid plugin to to RGBA to AYUV conversion because none of the colorspace plugins can handle that yet.
This commit is contained in:
parent
0edbb4a19d
commit
c9f15852da
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-07-22 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/alpha/Makefile.am:
|
||||
* gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
|
||||
(gst_alpha_color_base_init), (gst_alpha_color_class_init),
|
||||
(gst_alpha_color_init), (gst_alpha_color_set_property),
|
||||
(gst_alpha_color_get_property), (gst_alpha_color_sink_link),
|
||||
(transform), (gst_alpha_color_chain),
|
||||
(gst_alpha_color_change_state), (plugin_init):
|
||||
Stupid plugin to to RGBA to AYUV conversion because none of
|
||||
the colorspace plugins can handle that yet.
|
||||
|
||||
2004-07-22 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* examples/seeking/seek.c: (update_scale), (main):
|
||||
|
|
Loading…
Reference in a new issue