summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorcharles <charlesg3@gmail.com>2007-01-26 12:21:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-01-26 12:21:41 +0000
commit8d70a788fa4c78e394f6f00400b70964ffde3496 (patch)
treeb014fd7c52089e88b3b4b5931117408d8d4df361 /ChangeLog
parent0ccf6d499150b462fb04bd1c146b104f7e604bb6 (diff)
ext/shout2/gstshout2.*: Properly handle tags in shout2send. Fixes #399825.
Original commit message from CVS: Patch by: charles <charlesg3 at gmail dot com> * ext/shout2/gstshout2.c: (gst_shout2send_init), (set_shout_metadata), (gst_shout2send_event): * ext/shout2/gstshout2.h: Properly handle tags in shout2send. Fixes #399825.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1287bba9..5e152338 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-26 Wim Taymans <wim@fluendo.com>
+
+ Patch by: charles <charlesg3 at gmail dot com>
+
+ * ext/shout2/gstshout2.c: (gst_shout2send_init),
+ (set_shout_metadata), (gst_shout2send_event):
+ * ext/shout2/gstshout2.h:
+ Properly handle tags in shout2send. Fixes #399825.
+
2007-01-25 Wim Taymans <wim@fluendo.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),