GNOME Bugzilla – Bug 499383
[rtph263depay] Doesn't read I-frame information from rtp h263 headers
Last modified: 2007-11-26 12:01:33 UTC
The rtp h263 depayloader doesn't read the I flag from the h263 header (which is set by the payloader). It should be read, in order to set the GST_BUFFER_FLAG_DELTA_UNIT accordingly on the outgoing buffer. Not setting it causes issues with h263 decoders.
Created attachment 99581 [details] [review] read the I flag and set the GST_BUFFER_FLAG_DELTA_UNIT accordingly
2007-11-26 Edward Hervey <bilboed@bilboed.com> * 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