From 2ad5efaf282b0a3f70000be5205a67613655a1ca Mon Sep 17 00:00:00 2001 From: Wai-Ming Ho Date: Tue, 11 Dec 2007 16:31:49 +0000 Subject: gst/rtp/gstrtph264pay.*: Use higher performance start-code searching. Original commit message from CVS: Patch by: Wai-Ming Ho * 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. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2099d18..281f2fb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-12-11 Wim Taymans + + Patch by: Wai-Ming Ho + + * 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 * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): -- cgit