diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2005-10-10 14:16:21 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2005-10-10 14:16:21 +0000 |
| commit | 9566dd506b97cf03b7c8d08bca6af5d7991c7201 (patch) | |
| tree | a973b7e0a3ed618249a0852e403d3ef7238cf2e2 /ChangeLog | |
| parent | af9fad29535853620b1121b6030ef4580b34b128 (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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |
