summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-23 14:10:04 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-23 14:10:04 +0000
commit256ec1a0cbf2783366351ab9e7e637608563d97a (patch)
tree88abfd6fce5d79aede198fa9676ab23db86099cb /ChangeLog
parent7d8f87a3aa989fd718306bca766698d31ca6ed63 (diff)
downloadgst-plugins-bad-256ec1a0cbf2783366351ab9e7e637608563d97a.tar.gz
gst-plugins-bad-256ec1a0cbf2783366351ab9e7e637608563d97a.tar.bz2
gst-plugins-bad-256ec1a0cbf2783366351ab9e7e637608563d97a.zip
sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after opening the mixer.
Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after opening the mixer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a8aa2bf..41231996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-08-23 Andy Wingo <wingo@pobox.com>
+ * sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name
+ property after opening the mixer.
+
* sys/oss/gstosssrc.c:
* sys/oss/gstosssrc.h: Easy to implement a mixer, eh...