From 7f27c4a0654a8bdbe9b30e8ed30625cfb9ce3732 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 9 Jan 2008 12:01:14 +0000 Subject: gst/alpha/: Make the various properties of 'alpha' controllable. This allows doing niceties like fade-in/fade-out. Original commit message from CVS: * gst/alpha/Makefile.am: * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_sink_event), (gst_alpha_chain), (gst_alpha_change_state), (plugin_init): Make the various properties of 'alpha' controllable. This allows doing niceties like fade-in/fade-out. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09578b93..6434da07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-01-09 Edward Hervey + + * gst/alpha/Makefile.am: + * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init), + (gst_alpha_sink_event), (gst_alpha_chain), + (gst_alpha_change_state), (plugin_init): + Make the various properties of 'alpha' controllable. This allows doing + niceties like fade-in/fade-out. + 2008-01-09 Stefan Kost * gst/rtp/gstasteriskh263.c: -- cgit