After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 499383 - [rtph263depay] Doesn't read I-frame information from rtp h263 headers
[rtph263depay] Doesn't read I-frame information from rtp h263 headers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-24 17:52 UTC by Edward Hervey
Modified: 2007-11-26 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
read the I flag and set the GST_BUFFER_FLAG_DELTA_UNIT accordingly (1.80 KB, patch)
2007-11-24 17:52 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2007-11-24 17:52:00 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.
Comment 1 Edward Hervey 2007-11-24 17:52:49 UTC
Created attachment 99581 [details] [review]
read the I flag and set the GST_BUFFER_FLAG_DELTA_UNIT accordingly
Comment 2 Edward Hervey 2007-11-26 12:01:33 UTC
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