diff options
author | Julien Moutte <julien@moutte.net> | 2004-02-15 18:05:04 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2004-02-15 18:05:04 +0000 |
commit | a828b1a18560405e06a4a6243ce4bca357b7a54b (patch) | |
tree | 7cb673f20c298381f18cc41431af576d9047e6b6 /ChangeLog | |
parent | 84721705b7b6271e787ca3af2a0c9bd4324a0ce3 (diff) | |
download | gst-plugins-bad-a828b1a18560405e06a4a6243ce4bca357b7a54b.tar.gz gst-plugins-bad-a828b1a18560405e06a4a6243ce4bca357b7a54b.tar.bz2 gst-plugins-bad-a828b1a18560405e06a4a6243ce4bca357b7a54b.zip |
gst/switch/gstswitch.c: Cleaning the sinkpads correctly on state change, mostly the EOS flag.
Original commit message from CVS:
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 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. + +2004-02-15 Julien MOUTTE <julien@moutte.net> + * examples/gstplay/player.c: (got_eos), (main): Adding some output for debugging. * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our |