From 6511a7282b32633cb79b31e02f4bd472ab729039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Zanelli?= Date: Mon, 10 Nov 2014 17:42:20 +0100 Subject: [PATCH] h264parser: fix GstH264ParserResult documentation typo https://bugzilla.gnome.org/show_bug.cgi?id=739906 --- gst-libs/gst/codecparsers/gsth264parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/codecparsers/gsth264parser.h b/gst-libs/gst/codecparsers/gsth264parser.h index c024b763e8..2dcb1b7a3e 100644 --- a/gst-libs/gst/codecparsers/gsth264parser.h +++ b/gst-libs/gst/codecparsers/gsth264parser.h @@ -177,7 +177,7 @@ typedef enum * @GST_H264_PARSER_OK: The parsing succeded * @GST_H264_PARSER_BROKEN_DATA: The data to parse is broken * @GST_H264_PARSER_BROKEN_LINK: The link to structure needed for the parsing couldn't be found - * @GST_H264_PARSER_ERROR: An error accured when parsing + * @GST_H264_PARSER_ERROR: An error occured when parsing * @GST_H264_PARSER_NO_NAL: No nal found during the parsing * @GST_H264_PARSER_NO_NAL_END: Start of the nal found, but not the end. *