gst/playback/gstplaybasebin.c: Actually clean up streaminfo if output fails. This...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 9 Oct 2004 13:50:33 +0000 (13:50 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sat, 9 Oct 2004 13:50:33 +0000 (13:50 +0000)
commit6daf248a32dfcaf24621f20335f7fb44a1d3cf90
treef4a9ff2df000e950252ab7f8c8c486f7cb1b1b18
parentf064cb9255feda7624404c0810696252f5295b8d
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.
ChangeLog