summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-05-22 15:14:26 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-05-22 15:14:26 +0000
commit80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab (patch)
tree800d89d8acdb6af889aa56d44253c3d1f889684c /ChangeLog
parentb3bc29bc641b8a4c380d100b60d709aa08e61f28 (diff)
downloadgst-plugins-bad-80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab.tar.gz
gst-plugins-bad-80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab.tar.bz2
gst-plugins-bad-80ef4ca4d7449550b2c5aa05d55d7c697a7c1fab.zip
sys/oss4/: Make device-name probing in NULL state work better (e.g. for the gnome-control-center sound capplet).
Original commit message from CVS: * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open): * sys/oss4/oss4-property-probe.c: (gst_oss4_property_probe_find_device_name), (gst_oss4_property_probe_find_device_name_nofd): * sys/oss4/oss4-property-probe.h: * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property): * sys/oss4/oss4-source.c: (gst_oss4_source_get_property): Make device-name probing in NULL state work better (e.g. for the gnome-control-center sound capplet).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76d20e3d..0722b934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
+ * sys/oss4/oss4-property-probe.c:
+ (gst_oss4_property_probe_find_device_name),
+ (gst_oss4_property_probe_find_device_name_nofd):
+ * sys/oss4/oss4-property-probe.h:
+ * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
+ * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
+ Make device-name probing in NULL state work better (e.g. for the
+ gnome-control-center sound capplet).
+
2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Sjoerd Simons <sjoerd at luon dot net>