summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-07-10 12:52:20 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-07-10 12:52:20 +0000
commit0269e3fd8b9e8c12fd3be0203dbba690695bcdc1 (patch)
treebfcb5423c3adcb506821a651ae3af30ba2980c1a /ChangeLog
parent6a163b452c10ca60d59af267b54b762f02465e89 (diff)
downloadgst-plugins-bad-0269e3fd8b9e8c12fd3be0203dbba690695bcdc1.tar.gz
gst-plugins-bad-0269e3fd8b9e8c12fd3be0203dbba690695bcdc1.tar.bz2
gst-plugins-bad-0269e3fd8b9e8c12fd3be0203dbba690695bcdc1.zip
more macro splitting; fix po problem
Original commit message from CVS: more macro splitting; fix po problem
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ec71251..8d7ff479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * ext/aalib/gstaasink.c: (gst_aasink_get_type),
+ (gst_aasink_class_init), (gst_aasink_init):
+ * ext/esd/esdsink.c: (gst_esdsink_get_type),
+ (gst_esdsink_class_init):
+ * ext/libcaca/gstcacasink.c: (gst_cacasink_get_type),
+ (gst_cacasink_class_init), (gst_cacasink_init):
+ * ext/shout2/gstshout2.c: (gst_shout2send_get_type),
+ (gst_shout2send_class_init), (gst_shout2send_init):
+ * gst/udp/gstdynudpsink.c: (gst_dynudpsink_get_type),
+ (gst_dynudpsink_class_init):
+ * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_type),
+ (gst_multiudpsink_class_init):
+ more macro splitting
+
2005-07-08 Andy Wingo <wingo@pobox.com>
* sys/oss/: Port from THREADED+wim's fixes.