gst/playback/: Make caps explicitely available. Makes testing for unsupported types...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 29 Oct 2004 15:27:09 +0000 (15:27 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 29 Oct 2004 15:27:09 +0000 (15:27 +0000)
commitd2cfe017e86ab30e5aea74bf19afa31f0795c473
tree4154eb606146ea3ca575388fc7861ca7b6719c45
parentebaefe6fbe826837ca8bb5362da40e608fbda775
gst/playback/: Make caps explicitely available. Makes testing for unsupported types possible. Improves error reporting.

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (unknown_type),
(add_element_stream), (new_decoded_pad),
(gst_play_base_bin_change_state):
* gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
(gst_stream_info_init), (gst_stream_info_new),
(gst_stream_info_dispose), (gst_stream_info_get_property):
* gst/playback/gststreaminfo.h:
Make caps explicitely available. Makes testing for unsupported
types possible. Improves error reporting.
ChangeLog