summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-12-13 17:18:32 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-12-13 17:18:32 +0000
commitbca6983cabfaf7428d02867730a9bcfd350ea4a8 (patch)
tree307ee37affcf8eaae03bc7ddd2213fc938383685 /ChangeLog
parentf5b7ab5af12e71000e85074205fb3c0ff5e3bc0b (diff)
sys/oss/gstossmixerelement.c: Add 'device-name' property and fix state change function.
Original commit message from CVS: * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init), (gst_oss_mixer_element_get_property), (gst_oss_mixer_element_change_state): Add 'device-name' property and fix state change function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f0fadda..a9fd489d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-13 Tim-Philipp Müller <tim at centricular dot net>
+
+ * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
+ (gst_oss_mixer_element_get_property),
+ (gst_oss_mixer_element_change_state):
+ Add 'device-name' property and fix state change function.
+
2005-12-13 Edward Hervey <edward@fluendo.com>
* gst/flx/gstflxdec.c: (gst_flxdec_chain):