gst/switch/gstswitch.c: More fixes for correct data refcounting.
authorJulien Moutte <julien@moutte.net>
Sun, 15 Feb 2004 18:20:14 +0000 (18:20 +0000)
committerJulien Moutte <julien@moutte.net>
Sun, 15 Feb 2004 18:20:14 +0000 (18:20 +0000)
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.

ChangeLog

index 2bc1507..36288f1 100644 (file)
--- 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.