mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
gst/playback/gstplaybasebin.c: Handle the case where we failed to setup a clear pipeline. This will throw an error (o...
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (state_change), (setup_source), (gst_play_base_bin_change_state): Handle the case where we failed to setup a clear pipeline. This will throw an error (or EOS, another nice case) and if you don't catch that, the app will wait for the signal forever (and thus hang).
This commit is contained in:
parent
e951b6da34
commit
74ead45d06
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* gst/playback/gstplaybasebin.c: (state_change), (setup_source),
|
||||||
|
(gst_play_base_bin_change_state):
|
||||||
|
Handle the case where we failed to setup a clear pipeline. This
|
||||||
|
will throw an error (or EOS, another nice case) and if you don't
|
||||||
|
catch that, the app will wait for the signal forever (and thus
|
||||||
|
hang).
|
||||||
|
|
||||||
2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/gnomevfs/gstgnomevfssink.c:
|
* ext/gnomevfs/gstgnomevfssink.c:
|
||||||
|
|
Loading…
Reference in a new issue