summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-09-22 15:15:13 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-22 15:15:13 +0000
commit25a44f8e02457e811a979b982997fdc01b218e96 (patch)
tree11b0f5c42caf9d805b7b2ab6815b1f5705b8ca07 /ChangeLog
parente4ba5018559d09e153aafca1d1d52d9e1cced648 (diff)
gst/rtp/: More fixage, set endoder-params correctly in the payloader.
Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process): * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_reset_packet), (gst_rtp_vorbis_pay_init_packet), (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id), (gst_rtp_vorbis_pay_handle_buffer): More fixage, set endoder-params correctly in the payloader.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 439c82a6..6ee4a6cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-09-22 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtp/Makefile.am:
+ * gst/rtp/gstrtp.c: (plugin_init):
+ * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
+ * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
+ (gst_rtp_vorbis_pay_reset_packet),
+ (gst_rtp_vorbis_pay_init_packet),
+ (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
+ (gst_rtp_vorbis_pay_handle_buffer):
+ More fixage, set endoder-params correctly in the payloader.
+
2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
* gst/autodetect/gstautoaudiosink.c: