mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
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.
This commit is contained in:
parent
ebaefe6fbe
commit
d2cfe017e8
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* 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.
|
||||
|
||||
2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/audioconvert/gstaudioconvert.c:
|
||||
|
|
Loading…
Reference in a new issue