From 9566dd506b97cf03b7c8d08bca6af5d7991c7201 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 10 Oct 2005 14:16:21 +0000 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6c025a3..5a5c738d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-10-10 Wim Taymans + + * 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 * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset): -- cgit