mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
h264parse: fix typo in log message
This commit is contained in:
parent
66d833fcf2
commit
1bf7ca64c0
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ gst_h264_parse_process_sei (GstH264Parse * h264parse, GstH264NalUnit * nalu)
|
|||
|
||||
pres = gst_h264_parser_parse_sei (nalparser, nalu, &messages);
|
||||
if (pres != GST_H264_PARSER_OK)
|
||||
GST_WARNING_OBJECT (h264parse, "failed to parse one ore more SEI message");
|
||||
GST_WARNING_OBJECT (h264parse, "failed to parse one or more SEI message");
|
||||
|
||||
/* Even if pres != GST_H264_PARSER_OK, some message could have been parsed and
|
||||
* stored in messages.
|
||||
|
|
Loading…
Reference in a new issue