diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-01-09 12:01:14 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-01-09 12:01:14 +0000 |
commit | 7f27c4a0654a8bdbe9b30e8ed30625cfb9ce3732 (patch) | |
tree | fc87f1bdfa2a47f80d57967687427593bf089a8f /ChangeLog | |
parent | e7f919986a6834383478991af77982507f023e3d (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk> + + * 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 <ensonic@users.sf.net> * gst/rtp/gstasteriskh263.c: |