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 667846 - rtph264depay: Exclude NALu size from payload length on truncated packets.
rtph264depay: Exclude NALu size from payload length on truncated packets.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-13 08:46 UTC by Pascal Buhler
Modified: 2012-02-02 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1021 bytes, patch)
2012-01-13 08:46 UTC, Pascal Buhler
committed Details | Review

Description Pascal Buhler 2012-01-13 08:46:52 UTC
Created attachment 205167 [details] [review]
patch

the payload includes the 2 bytes used to store the NAL size, need to account for that when determining the size of a truncated packet.
Comment 1 Vincent Penquerc'h 2012-01-30 15:51:16 UTC
Pushed, thanks.

commit c16fed2ad9da18d3173fbb56cd1dfc8e259d1dbb
Author: Pascal Buhler <pascal.buhler@tandberg.com>
Date:   Fri Jun 11 08:36:33 2010 +0200

    rtph264depay: Exclude NALu size from payload length on truncated packets.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667846