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 749834 - rtph264depay: Should parse the PPS/SPS to expose width/height
rtph264depay: Should parse the PPS/SPS to expose width/height
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-25 14:01 UTC by Nicolas Dufresne (ndufresne)
Modified: 2018-05-01 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2015-05-25 14:01:27 UTC
Many AVC decoders, like vtdec, required the width and height field in the caps. Currently, in RTP pipeline, we are force to add h264parse element in order to gain these field. In the idea that a parser should not generally be needed after the depayloader, we should consider parsing the PPS/SPS in order to extract the width and height field. While doing so, we could complete the caps base on the known field required by downstream (e.g. like setting the profile).
Comment 1 Edward Hervey 2018-05-01 09:39:58 UTC
The h264parse (which you should have before the decoder) will parse and set that.