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 730363 - h264parse: set field_pic_flag when parsing a slice header
h264parse: set field_pic_flag when parsing a slice header
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 1.3.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 723352
 
 
Reported: 2014-05-19 10:05 UTC by Aurélien Zanelli
Modified: 2014-05-22 13:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
h264parse: set field_pic_flag when parsing a slice header (1.25 KB, patch)
2014-05-19 10:05 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2014-05-19 10:05:27 UTC
Created attachment 276754 [details] [review]
h264parse: set field_pic_flag when parsing a slice header

field_pic_flag is used in gst_h264_parse_get_timestamp() but it is never set to other value than the default.
I attached a patch which set the field_pic_flag according to the last parsed slice header.
Comment 1 Sebastian Dröge (slomo) 2014-05-22 13:54:35 UTC
commit a9dfa354f6bed9e3f30cc1631f3763512043499b
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Mon May 19 11:48:55 2014 +0200

    h264parse: set field_pic_flag when parsing a slice header
    
    field_pic_flag was used but never set to other value than its default
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730363