diff options
author | Christian Schaller <uraeus@gnome.org> | 2006-11-06 20:52:10 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2006-11-06 20:52:10 +0000 |
commit | 53ddac062d90664aead98f557ca0b4b8861b22fe (patch) | |
tree | 0f61ac5abc2cf3621e671617854bb8e0cbec3feb /ChangeLog | |
parent | d162a33c42d074c2e6161b4392addc053fbfb956 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |