summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-12-01 13:14:56 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-12-01 13:14:56 +0000
commitee619560a05a56e9c654e601a39852018b41d0fb (patch)
tree3cd969367289e02eaf7ea27a296054ecb17c84e0
parent24f345647de505a3d8968b1bcede27454efd2420 (diff)
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33720086..feadd1de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):