summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2006-11-06 20:52:10 +0000
committerChristian Schaller <uraeus@gnome.org>2006-11-06 20:52:10 +0000
commit53ddac062d90664aead98f557ca0b4b8861b22fe (patch)
tree0f61ac5abc2cf3621e671617854bb8e0cbec3feb /ChangeLog
parentd162a33c42d074c2e6161b4392addc053fbfb956 (diff)
gst/rtp/gstrtpvorbispay.*: Generate a valid configuration string in the caps based on the vorbis headers.
Original commit message from CVS: * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id), (gst_rtp_vorbis_pay_handle_buffer): * gst/rtp/gstrtpvorbispay.h: Generate a valid configuration string in the caps based on the vorbis headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4153b98f..f22954df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-11-06 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
+ (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
+ (gst_rtp_vorbis_pay_handle_buffer):
+ * gst/rtp/gstrtpvorbispay.h:
+ Generate a valid configuration string in the caps based on the
+ vorbis headers.
+
2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
* ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):