vpx: created common baseclass GstVPXEnc
authorPrashant Gotarne <ps.gotarne@samsung.com>
Thu, 24 Sep 2015 07:27:00 +0000 (12:57 +0530)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 15 Dec 2015 19:03:29 +0000 (14:03 -0500)
commit5c7eb0f88691be91b58c7d18ed05d30775aa115e
treea8ce75ff3a0fc7c83391998b09cd2b2bd1ce0b19
parent90dcc3921a62d766c7e3ddb0fe21884af6e73910
vpx: created common baseclass GstVPXEnc

GstVP8Enc and GstVP9Enc has almost 80% code in common.
created common baseclass GstVPXEnc for GstVP8Enc and GstVP9Enc

https://bugzilla.gnome.org/show_bug.cgi?id=755510
ext/vpx/Makefile.am
ext/vpx/gstvp8enc.c
ext/vpx/gstvp8enc.h
ext/vpx/gstvp9enc.c
ext/vpx/gstvp9enc.h
ext/vpx/gstvpxenc.c [new file with mode: 0644]
ext/vpx/gstvpxenc.h [new file with mode: 0644]