summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-09 13:50:33 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-09 13:50:33 +0000
commit25c81aed9d1adf75cb285a7641a1cddf6d771338 (patch)
tree0c61130904722d76c70eca7f9eaf7cfaefd054a4
parentbd6d283673aff4f35c3baebbcc96cb80ea1603e0 (diff)
downloadgst-plugins-bad-25c81aed9d1adf75cb285a7641a1cddf6d771338.tar.gz
gst-plugins-bad-25c81aed9d1adf75cb285a7641a1cddf6d771338.tar.bz2
gst-plugins-bad-25c81aed9d1adf75cb285a7641a1cddf6d771338.zip
gst/playback/gstplaybasebin.c: Actually clean up streaminfo if output fails. This would trigger if, for example, ther...
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (setup_source), (gst_play_base_bin_change_state): Actually clean up streaminfo if output fails. This would trigger if, for example, there was no CD in the drive. No preroll, so a streaminfo structure is created, but the subsequent state change of the thread fails. * gst/playback/gstplaybin.c: (gst_play_bin_change_state): Don't change state if parent failed.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fa5389d..182893c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/playback/gstplaybasebin.c: (setup_source),
+ (gst_play_base_bin_change_state):
+ Actually clean up streaminfo if output fails. This would trigger
+ if, for example, there was no CD in the drive. No preroll, so
+ a streaminfo structure is created, but the subsequent state change
+ of the thread fails.
+ * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
+ Don't change state if parent failed.
+
2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybin.c: (gst_play_bin_class_init),