[Bug 721715] h264parse: Multiple SEI messages in SEI RBSP

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 23 05:24:44 PST 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #267041|none                        |needs-work
             status|                            |

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-23 13:24:42 UTC ---
(From update of attachment 267041)
I think you're missing something in the patch :)

gsth264parser.c: In function 'gst_h264_parser_parse_sei_message':
gsth264parser.c:1202:7: error: implicit declaration of function
'nal_reader_skip_to_byte' [-Werror=implicit-function-declaration]
       nal_reader_skip_to_byte (nr);
       ^
gsth264parser.c:1202:7: error: nested extern declaration of
'nal_reader_skip_to_byte' [-Werror=nested-externs]


Also skip_to_byte() sounds like it would do nothing if the current position is
byte aligned. You use it as a way to skip forward over bytes though. Maybe
skip_to_next_byte()?

-- 
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