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 | 815a7643588e27f80865f7a26a554d16145fa6b3 (patch) | |
tree | 631cbdbaeb237434a23b2c3dfd8c0393cd7c6e06 | |
parent | 6b2a19cd515d27a4f5a76e989dd4de05001c3cb9 (diff) | |
download | gstreamer-plugins-ugly-815a7643588e27f80865f7a26a554d16145fa6b3.tar.gz |
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.
-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): |