summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-04-04 10:32:21 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-04-04 10:32:21 +0000
commit631982f16007ca65ba688c3a8ec9e6bd21082342 (patch)
tree1deb9b2acc6f7a8dfe8a13d252b51394d639bda7 /ChangeLog
parentbf7cf95033d1416556aa376018077ada772f51fb (diff)
gst/rtp/gstrtph264pay.*: Parse codec_data for future AVC compatibility.
Original commit message from CVS: * gst/rtp/gstrtph264pay.c: (encode_base64), (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer): * gst/rtp/gstrtph264pay.h: Parse codec_data for future AVC compatibility. Fail when we encounter AVC data for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1047af9..b77de07a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-04-04 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtp/gstrtph264pay.c: (encode_base64),
+ (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
+ * gst/rtp/gstrtph264pay.h:
+ Parse codec_data for future AVC compatibility.
+ Fail when we encounter AVC data for now.
+
2008-04-04 Tim-Philipp Müller <tim at centricular dot net>
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),