gst/playback/gstplaybasebin.c: Attempt at a better error message in case we don't...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 19 Jan 2007 19:09:05 +0000 (19:09 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 19 Jan 2007 19:09:05 +0000 (19:09 +0000)
commitacf3bcdfbb92cbc2628c2cd76e4b0dd70e4ad599
treea8dbf0f7834c50147fc7ff785829e09a4653a251
parent638dbd7b712ffbf9833a8959643cbfa1fec87431
gst/playback/gstplaybasebin.c: Attempt at a better error message in case we don't have the required

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (setup_subtitle),
(gen_source_element), (gst_play_base_bin_change_state):
Attempt at a better error message in case we don't have the required
URI handler installed; post missing-plugin message also when we're
missing an URI handler for the subtitle URI; clean up properly also
when an error occurs and we never made it to PAUSED state.
* tests/check/elements/playbin.c: (GST_START_TEST),
(playbin_suite):
Check that we're also getting a missing-plugin messsage for a
missing subtitle URI handler (and clean up properly).
ChangeLog
gst/playback/gstplaybasebin.c
tests/check/elements/playbin.c