summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-08 17:27:28 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-08 17:27:28 +0000
commit71de30e469db00586e5c45cd8ae2e10cbbf72151 (patch)
treef5c414f4c2c1f436e3954d2d7279cf3269860c03 /ChangeLog
parent568194ce35e3afe61e2e8aa51a9477b2891e5765 (diff)
ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd va_list caps setting function was borked. Fixed esdsink.
Original commit message from CVS: 2005-08-08 Andy Wingo <wingo@pobox.com> * ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd va_list caps setting function was borked. Fixed esdsink.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ee0483a..00f6738d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-08-08 Andy Wingo <wingo@pobox.com>
+ * ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd
+ va_list caps setting function was borked. Fixed esdsink.
+
* sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)
(gst_oss_sink_prepare, gst_oss_sink_unprepare): Update for newer
audiosink api.