summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-23 13:27:30 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-23 13:27:30 +0000
commit007a0868a3d0e174a518fadbfd613bd233c8ae71 (patch)
tree0e3890f36057087a986cb605eb3737fc9a50cab6 /ChangeLog
parentd1d21600f86907f1dbd1fe4204be443eeda6cafc (diff)
changelog
Original commit message from CVS: changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d295cfa1..73bb477b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
2005-08-23 Andy Wingo <wingo@pobox.com>
+ * sys/oss/gstossmixer.h:
+ * sys/oss/gstossmixer.c: Refactored to be more like alsamixer.
+
+ * sys/oss/gstossmixertrack.h:
+ * sys/oss/gstossmixertrack.c: Split out from gstossmixer.[ch],
+ like gstalsamixer.
+
+ * sys/oss/gstosssrc.c:
+ * sys/oss/gstosssink.c: Where before we used a gstosselement
+ object as a helper library, now just call functions from
+ gstosshelper.
+
+ * sys/oss/gstosshelper.h:
+ * sys/oss/gstosshelper.c: Made a real library. Removed
+ propertyprobe for now, should add it back later.
+
+ * sys/oss/gstosselement.h:
+ * sys/oss/gstosselement.c: Removed, we don't have a shared base
+ class.
+
+ * sys/oss/gstosshelper.c (gst_oss_helper_probe_caps): Search
+ higher-to-lower, makes 16 bit appear earlier in the caps, which
+ makes it preferred.
+
* sys/oss/gstosssrc.h:
* sys/oss/gstosssrc.c: Totally ported, dude.