summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-29 15:27:09 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-29 15:27:09 +0000
commit2fd9ae31b88fe5b4feab8a71c8793c6a03650649 (patch)
tree7036445b2c105ea238b8d9d640c2f753ac32c760 /ChangeLog
parent8304cb14f7c8150830e3c0bfb0c74cad6dec2155 (diff)
downloadgst-plugins-bad-2fd9ae31b88fe5b4feab8a71c8793c6a03650649.tar.gz
gst-plugins-bad-2fd9ae31b88fe5b4feab8a71c8793c6a03650649.tar.bz2
gst-plugins-bad-2fd9ae31b88fe5b4feab8a71c8793c6a03650649.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17455911..7144bb9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
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:
(gst_audio_convert_buffer_to_default_format):
Really don't touch read-only buffers (#156563).