summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWai-Ming Ho <webregbox@yahoo.co.uk>2007-12-11 16:31:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-11 16:31:49 +0000
commit2ad5efaf282b0a3f70000be5205a67613655a1ca (patch)
tree6fbb32108c29ebb9e543e5ef807e6560865e636e /ChangeLog
parent8d0960ec264312fa2f9cdf1efbc9b0082e9baac7 (diff)
gst/rtp/gstrtph264pay.*: Use higher performance start-code searching.
Original commit message from CVS: Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk> * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init), (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps), (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal), (encode_base64), (gst_rtp_h264_pay_parse_sps_pps), (gst_rtp_h264_pay_handle_buffer): * gst/rtp/gstrtph264pay.h: Use higher performance start-code searching. Parse NALs and store SPS, PPS and profile in the caps so that they can be used in the SDP. Fixes #502814.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2099d18..281f2fb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
+
+ * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
+ (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
+ (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
+ (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
+ (gst_rtp_h264_pay_handle_buffer):
+ * gst/rtp/gstrtph264pay.h:
+ Use higher performance start-code searching.
+ Parse NALs and store SPS, PPS and profile in the caps so that they can
+ be used in the SDP. Fixes #502814.
+
2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
* sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):