From 10d104fcaee69109357bdefabca69cffeb01638c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 3 Jun 2008 11:10:32 +0000 Subject: gst/h264parse/gsth264parse.*: Parse codec_data and use the nalu_size_length field to get the NALU length in packetize... Original commit message from CVS: * gst/h264parse/gsth264parse.c: (gst_nal_bs_init), (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward), (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse), (gst_h264_parse_chain): * gst/h264parse/gsth264parse.h: Parse codec_data and use the nalu_size_length field to get the NALU length in packetized h264. When queueing a packetized buffer in reverse mode, don't unref the buffer twice. Avoid accessing the buffer TIMESTAMP field after we pushed it on the adaptor. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eede6c75..004bf1bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-06-03 Wim Taymans + + * gst/h264parse/gsth264parse.c: (gst_nal_bs_init), + (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward), + (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse), + (gst_h264_parse_chain): + * gst/h264parse/gsth264parse.h: + Parse codec_data and use the nalu_size_length field to get the NALU + length in packetized h264. + When queueing a packetized buffer in reverse mode, don't unref the + buffer twice. + Avoid accessing the buffer TIMESTAMP field after we pushed it on + the adaptor. + 2008-06-03 Sebastian Dröge * gst/interleave/interleave.c: -- cgit v1.2.1