summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-09-21 09:35:13 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-09-21 09:35:13 +0000
commit46d9a8a5e69743f571b0c4ea0a8a1ce1fcd8d937 (patch)
tree29e165d0077490463a072544ca2d4c9ff48db0cf /ChangeLog
parentf1533c55045bffbb9716ddd5df348ceff7213fbd (diff)
gst/rtp/README: Update README with some examples.
Original commit message from CVS: * gst/rtp/README: Update README with some examples. * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps): * gst/rtp/gstrtpmp4gpay.h: Make optional RTP parameters of type STRING, as required by the application/x-rtp caps specification.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61167065..861bdebc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
+2006-09-21 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtp/README:
+ Update README with some examples.
+
+ * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
+ (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
+ (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
+ (gst_rtp_mp4g_pay_setcaps):
+ * gst/rtp/gstrtpmp4gpay.h:
+ Make optional RTP parameters of type STRING, as required by the
+ application/x-rtp caps specification.
+
2006-09-20 Philippe Kalaf <philippe.kalaf at collabora.co.uk>
- * gst/rtp/gstrtph263pdepay.c:
+ * gst/rtp/gstrtph263pdepay.c:
* gst/rtp/gstrtph263ppay.c:
Correctly calculate size of each H263+ RTP buffer taking into account MTU and
RTP header.