GNOME Bugzilla – Bug 730363
h264parse: set field_pic_flag when parsing a slice header
Last modified: 2014-05-22 13:54:38 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.
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