diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 08:35:17 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-09-15 08:35:17 +0000 |
commit | 7ab41eba047db8b04e1d4f93441483308cd906c5 (patch) | |
tree | 07048f1dd81663361eb10f5d7d19c9cf1d39c756 | |
parent | cfe43f5cb788f4fd67fe177b2fc2879fc081842d (diff) | |
download | gst-plugins-bad-7ab41eba047db8b04e1d4f93441483308cd906c5.tar.gz gst-plugins-bad-7ab41eba047db8b04e1d4f93441483308cd906c5.tar.bz2 gst-plugins-bad-7ab41eba047db8b04e1d4f93441483308cd906c5.zip |
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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |