summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-10-10 14:16:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-10-10 14:16:21 +0000
commit9566dd506b97cf03b7c8d08bca6af5d7991c7201 (patch)
treea973b7e0a3ed618249a0852e403d3ef7238cf2e2 /ChangeLog
parentaf9fad29535853620b1121b6030ef4580b34b128 (diff)
sys/oss/: Cleanups, make device configurable in the sink, handle and report errors.
Original commit message from CVS: * sys/oss/gstosssink.c: (gst_oss_sink_class_init), (gst_oss_sink_init), (gst_oss_sink_set_property), (gst_oss_sink_get_property), (gst_oss_sink_open), (gst_oss_sink_prepare), (gst_oss_sink_reset): * sys/oss/gstosssink.h: * sys/oss/gstosssrc.c: (gst_oss_src_class_init), (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open), (gst_oss_src_prepare): Cleanups, make device configurable in the sink, handle and report errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6c025a3..5a5c738d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2005-10-10 Wim Taymans <wim@fluendo.com>
+ * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
+ (gst_oss_sink_init), (gst_oss_sink_set_property),
+ (gst_oss_sink_get_property), (gst_oss_sink_open),
+ (gst_oss_sink_prepare), (gst_oss_sink_reset):
+ * sys/oss/gstosssink.h:
+ * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
+ (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
+ (gst_oss_src_prepare):
+ Cleanups, make device configurable in the sink, handle and report
+ errors.
+
+2005-10-10 Wim Taymans <wim@fluendo.com>
+
* ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
* ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
Make sure element is NULL before removing from the bin.