summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-06-20 16:07:57 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-06-20 16:07:57 +0100
commit1bf7ca64c03ab4df845d455256a34bff900e58a0 (patch)
tree0718c6bc36c4acb0c28822ebd356d992398a9e4f
parent66d833fcf27aa5eefae2065c76b24163a3b708b2 (diff)
downloadgstreamer-plugins-bad-1bf7ca64c03ab4df845d455256a34bff900e58a0.tar.gz
h264parse: fix typo in log message
-rw-r--r--gst/videoparsers/gsth264parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c
index 0c10d6814..06e483126 100644
--- a/gst/videoparsers/gsth264parse.c
+++ b/gst/videoparsers/gsth264parse.c
@@ -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.