Merge pull request #2221 from sijchen/v151

apply review 1376 for version update
This commit is contained in:
sijchen 2015-11-11 10:49:54 -08:00
commit 21ad38f430
5 changed files with 13 additions and 9 deletions

View File

@ -33,7 +33,7 @@ GMP_API_BRANCH=Firefox39
CCASFLAGS=$(CFLAGS)
STATIC_LDFLAGS=-lstdc++
VERSION=1.5
VERSION=1.5.1
SHAREDLIBVERSION=1
ifeq (,$(wildcard $(SRC_PATH)gmp-api))

View File

@ -1,6 +1,10 @@
Releases
-----------
v1.5.1
------
- Bug fixes for GMP Plugin
v1.5.0
------
- Correct a typo in codec return value (github issue#2046, cmUnkonwReason -> cmUnknownReason)

View File

@ -4,12 +4,12 @@
#include "codec_app_def.h"
static const OpenH264Version g_stCodecVersion = {1, 5, 0, 0};
static const char* const g_strCodecVer = "OpenH264 version:1.5.0.0";
static const OpenH264Version g_stCodecVersion = {1, 5, 1, 0};
static const char* const g_strCodecVer = "OpenH264 version:1.5.1.0";
#define OPENH264_MAJOR (1)
#define OPENH264_MINOR (5)
#define OPENH264_REVISION (0)
#define OPENH264_REVISION (1)
#define OPENH264_RESERVED (0)
#endif // CODEC_VER_H

View File

@ -1,4 +1,4 @@
Name: gmpopenh264
Description: GMP Plugin for OpenH264.
Version: 1.5
Version: 1.5.1
APIs: encode-video[h264], decode-video[h264]

View File

@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0
PRODUCTVERSION 1,5,0,0
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -43,12 +43,12 @@ BEGIN
VALUE "Comments", "Cisco OpenH264 codec"
VALUE "CompanyName", "Cisco Systems Inc."
VALUE "FileDescription", "Cisco OpenH264 codec"
VALUE "FileVersion", "1.5.0.0"
VALUE "FileVersion", "1.5.1.0"
VALUE "InternalName", "openh264.dll"
VALUE "LegalCopyright", "© 2011-2015 Cisco and/or its affiliates. All rights reserved."
VALUE "OriginalFilename", "openh264.dll"
VALUE "ProductName", "Cisco OpenH264 codec"
VALUE "ProductVersion", "1.5.0.0"
VALUE "ProductVersion", "1.5.1.0"
END
END
BLOCK "VarFileInfo"