From 4ebda6356b3d0d5391410ac5d593dca7d8a4885b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 10 Apr 2006 19:55:31 +0000 Subject: sys/oss/: - the user-visible error strings were in the wrong category Original commit message from CVS: * sys/oss/Makefile.am: * sys/oss/common.h: * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open), (gst_oss_sink_prepare), (gst_oss_sink_unprepare): * sys/oss/gstosssrc.c: (gst_oss_src_prepare), (gst_oss_src_unprepare): - the user-visible error strings were in the wrong category - and the messages were not marked for translation - which is actually a good thing, because they were exactly the kind of message you would never want anyone to see - the macros were using variables that didn't exist in the macro arguments - and they were obviously copied from each other and then modified - so a common header makes sense --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4833d766..154d8b47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-04-10 Thomas Vander Stichele + + * sys/oss/Makefile.am: + * sys/oss/common.h: + * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open), + (gst_oss_sink_prepare), (gst_oss_sink_unprepare): + * sys/oss/gstosssrc.c: (gst_oss_src_prepare), + (gst_oss_src_unprepare): + - the user-visible error strings were in the wrong category + - and the messages were not marked for translation + - which is actually a good thing, because they were exactly + the kind of message you would never want anyone to see + - the macros were using variables that didn't exist in the macro + arguments + - and they were obviously copied from each other and then modified + - so a common header makes sense + 2006-04-10 Tim-Philipp Müller * gst/matroska/ebml-read.c: (gst_ebml_read_sint): -- cgit