diff options
author | Andy Wingo <wingo@pobox.com> | 2007-12-18 16:48:32 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2007-12-18 16:48:32 +0000 |
commit | 535e72457416a164c535e8c06490132133b2d768 (patch) | |
tree | 9aea7b99cdcaccba049b43a6d846fe1290307283 /ChangeLog | |
parent | fb66fbf3714aba6c42d3e26b024f02c2c8567aad (diff) |
examples/switch.py: New file, a basic demo for a single-stream switcher. Could be expanded later -- look at flumotion...
Original commit message from CVS:
2007-12-18 Andy Wingo <wingo@pobox.com>
* examples/switch.py: New file, a basic demo for a single-stream
switcher. Could be expanded later -- look at
flumotion.component.combiners.switch.switch for some inspiration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-12-18 Andy Wingo <wingo@pobox.com> + + * examples/switch.py: New file, a basic demo for a single-stream + switcher. Could be expanded later -- look at + flumotion.component.combiners.switch.switch for some inspiration. + 2007-12-18 Tim-Philipp Müller <tim at centricular dot net> * Makefile.am: |