diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-01 13:14:56 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-01 13:14:56 +0000 |
commit | 5a9abb37d5fb006d6861b78768fb0727669ffacf (patch) | |
tree | b938c4af1c2b93b6d59540a3ce9366bbeb902057 /ChangeLog | |
parent | bab43efcae5f4eb4b75cb98d43d09bb73bf7ec12 (diff) | |
download | gst-plugins-bad-5a9abb37d5fb006d6861b78768fb0727669ffacf.tar.gz gst-plugins-bad-5a9abb37d5fb006d6861b78768fb0727669ffacf.tar.bz2 gst-plugins-bad-5a9abb37d5fb006d6861b78768fb0727669ffacf.zip |
gst/playback/gstplaybin.c: Unlink manually since sometimes bin disposal (and therefore pad unlinking) is delayed, whi...
Original commit message from CVS:
* gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
Unlink manually since sometimes bin disposal (and therefore
pad unlinking) is delayed, which will cause a new media file
to not be able to start playing instantly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks): + Unlink manually since sometimes bin disposal (and therefore + pad unlinking) is delayed, which will cause a new media file + to not be able to start playing instantly. + 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/playback/gststreaminfo.c: (stream_info_mute_pad): |