summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-12 12:24:04 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-12 12:24:04 +0000
commit31a4a04ef7329e894550db847d9aa913db61738a (patch)
tree0e89d3c247b19f0d347b9242762e25a10e0534cb
parentcd8a589c9cd7240369c11a5abc9072a21d26bf63 (diff)
downloadgst-plugins-bad-31a4a04ef7329e894550db847d9aa913db61738a.tar.gz
gst-plugins-bad-31a4a04ef7329e894550db847d9aa913db61738a.tar.bz2
gst-plugins-bad-31a4a04ef7329e894550db847d9aa913db61738a.zip
make oss warning more useful
Original commit message from CVS: make oss warning more useful
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b24c75a..2b2f497d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
* sys/oss/gstossaudio.c: (plugin_init):
+ * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
* sys/oss/gstosselement.h:
make an oss debugging category
+ make failure more descriptive
2004-01-11 David Schleef <ds@schleef.org>