summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-02-15 18:20:14 +0000
committerJulien Moutte <julien@moutte.net>2004-02-15 18:20:14 +0000
commit9d92dc291fba95dc28d08c01f3b0f60d60d98570 (patch)
tree9b45425ac3be9679168f3b598c1ab78528433a47 /ChangeLog
parent318d71147ae617fa480bd28bc0ebcc6b1bd8ae55 (diff)
gst/switch/gstswitch.c: More fixes for correct data refcounting.
Original commit message from CVS: 2004-02-15 Julien MOUTTE <julien@moutte.net> * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for correct data refcounting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bc15077..36288f10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-02-15 Julien MOUTTE <julien@moutte.net>
+ * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
+ correct data refcounting.
+
+2004-02-15 Julien MOUTTE <julien@moutte.net>
+
* gst/switch/gstswitch.c: (gst_switch_change_state),
(gst_switch_class_init): Cleaning the sinkpads correctly on state
change, mostly the EOS flag.