plugins: add built-in video parsers as "vaapiparse" element.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 28 Apr 2014 15:44:03 +0000 (17:44 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 13 Jun 2014 15:17:07 +0000 (17:17 +0200)
commit3af6b0b8a0a0a46d100cf016cb00ccdacc18aa08
tree8712ecd77b41708a1d77a21a182bc103c3ae3bbf
parent799d7b7d0e931e7b0f478821ee31a0c6442bb510
plugins: add built-in video parsers as "vaapiparse" element.

The built-in video parsers elements are built into a single DSO named
libgstvaapi_parse.so. The various video parsers could be accessed as
vaapiparse_CODEC.

For now, this only includes a modified version of h264parse so that to
support H.264 MVC encoded streams.
12 files changed:
Makefile.am
configure.ac
ext/Makefile.am
gst/vaapi/Makefile.am
gst/vaapi/gstvaapiparse.c [new file with mode: 0644]
gst/vaapi/gstvaapiparse.h [new file with mode: 0644]
patches/Makefile.am [new file with mode: 0644]
patches/videoparsers/0001-plugins-compile-the-built-in-video-parsers-as-vaapip.patch [new file with mode: 0644]
patches/videoparsers/0002-h264parse-fix-build-with-GStreamer-1.2.patch [new file with mode: 0644]
patches/videoparsers/0003-h264parse-add-initial-support-for-MVC-NAL-units.patch [new file with mode: 0644]
patches/videoparsers/Makefile.am [new file with mode: 0644]
patches/videoparsers/series.frag [new file with mode: 0644]