[Bug 734124] h264parse: output frames with no pts causes jerky rendering

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 1 08:04:23 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734124
  GStreamer | gst-plugins-bad | git

--- Comment #1 from Aurélien Zanelli <aurelien.zanelli at parrot.com> 2014-08-01 15:04:19 UTC ---
Created an attachment (id=282273)
 View: https://bugzilla.gnome.org/attachment.cgi?id=282273
 Review: https://bugzilla.gnome.org/review?bug=734124&attachment=282273

codecparsers_h264: initialize some fields of pic_timing structure

When working on this issue, I also found that some fields of SEI pic timing
message could be unitialized and cause error in h264parse element since they
are blindly use in h264parse.

A better approach could be to set to 0 sei variable in
gst_h264_parser_parse_sei() before calling gst_h264_parser_parse_sei_message().

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list