summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-09-15 08:35:17 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-09-15 08:35:17 +0000
commit74ead45d064e2ddd4887dec8fb073adc79240d1c (patch)
treec6dcf7d7b4543158130b65bd65ef008ac972f966
parente951b6da34be49bb8898bdcaf896d190e0be8884 (diff)
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).
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00d1badc..e1bad937 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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>
+
* ext/gnomevfs/gstgnomevfssink.c:
(gst_gnomevfssink_uri_get_protocols):
* ext/gnomevfs/gstgnomevfssrc.c: