summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-09-30 16:36:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-09-30 16:36:49 +0000
commit75a0669d5f145926e0a246cf12695ca59485a762 (patch)
treeebe541e5bb164f7da751955a798dc5decb12c6d8 /ChangeLog
parent9052406cedd529c74fefe72ca7301e015ac7c995 (diff)
gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)
Original commit message from CVS: * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps): * gst/rtp/gstrtpgsmparse.c: * gst/rtp/gstrtph263penc.c: * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property): * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer): Various class and caps fixes from Andre Magalhaes (andrunko)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76552146..94d8a0ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-09-30 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
+ * gst/rtp/gstrtpgsmparse.c:
+ * gst/rtp/gstrtph263penc.c:
+ * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
+ (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
+ (gst_rtpmp4venc_set_property):
+ * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
+ Various class and caps fixes from Andre Magalhaes (andrunko)
+
2005-09-29 Wim Taymans <wim@fluendo.com>
* gst/level/level-example.c: (main):