mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
bab43efcae
commit
5a9abb37d5
1 changed files with 7 additions and 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>
|
2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst/playback/gststreaminfo.c: (stream_info_mute_pad):
|
* gst/playback/gststreaminfo.c: (stream_info_mute_pad):
|
||||||
|
|
Loading…
Reference in a new issue