From 9f75afd5fde595319679d116edbc4fea6a215d0b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 26 Nov 2007 12:01:11 +0000 Subject: gst/rtp/gstrtph263depay.c: Read the I flag for Mode A h263 rtp stream and set the Original commit message from CVS: * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process): Read the I flag for Mode A h263 rtp stream and set the GST_BUFFER_FLAG_DELTA_UNIT accordingly. Fixes #499383 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14d8925a..52f15362 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-11-26 Edward Hervey + + * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process): + Read the I flag for Mode A h263 rtp stream and set the + GST_BUFFER_FLAG_DELTA_UNIT accordingly. + Fixes #499383 + 2007-11-26 Stefan Kost * gst/level/gstlevel.c: -- cgit