summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-01-11 19:40:58 +0000
committerJulien Moutte <julien@moutte.net>2004-01-11 19:40:58 +0000
commit28d78c3449a3cd16c92c8c019d1a14eaa30e5579 (patch)
treefdb68f678cdf472ffe55332e3912e9e54a5c8fb7
parentff11b1036d6b71b2c4adae91385c93d78a395e8e (diff)
downloadgst-plugins-bad-28d78c3449a3cd16c92c8c019d1a14eaa30e5579.tar.gz
gst-plugins-bad-28d78c3449a3cd16c92c8c019d1a14eaa30e5579.tar.bz2
gst-plugins-bad-28d78c3449a3cd16c92c8c019d1a14eaa30e5579.zip
I forgot to commit Changelog on my latest commit. (no cake for me tonight)
Original commit message from CVS: I forgot to commit Changelog on my latest commit. (no cake for me tonight)
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a964991a..9d6a741f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-11 Julien MOUTTE <julien@moutte.net>
+
+ * configure.ac: Adding examples/switch/Makefile
+ * examples/Makefile.am: Adding examples/switch
+ * examples/switch/Makefile.am: Adding switcher example.
+ * examples/switch/switcher.c: (got_eos), (idle_iterate),
+ (switch_timer), (main): Adding an example demonstrating switch usage
+ with 2 videotestsrc showing different patterns.
+ * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
+ (gst_switch_init): Fixing switch with the new caps system.
+
2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst-libs/gst/video/video.h: