codecparsers: add H.265 HEVC bitstream parser

https://bugzilla.gnome.org/show_bug.cgi?id=708438
This commit is contained in:
Sreerenj Balachandran 2013-10-01 13:39:41 +03:00 committed by Tim-Philipp Müller
parent c7e705dd13
commit 33451e0791
3 changed files with 3719 additions and 2 deletions

View file

@ -1,7 +1,7 @@
lib_LTLIBRARIES = libgstcodecparsers-@GST_API_VERSION@.la
libgstcodecparsers_@GST_API_VERSION@_la_SOURCES = \
gstmpegvideoparser.c gsth264parser.c gstvc1parser.c gstmpeg4parser.c \
gstmpegvideoparser.c gsth264parser.c gstvc1parser.c gstmpeg4parser.c gsth265parser.c \
parserutils.c \
gstmpegvideometa.c
@ -11,7 +11,7 @@ libgstcodecparsers_@GST_API_VERSION@includedir = \
noinst_HEADERS = parserutils.h
libgstcodecparsers_@GST_API_VERSION@include_HEADERS = \
gstmpegvideoparser.h gsth264parser.h gstvc1parser.h gstmpeg4parser.h \
gstmpegvideoparser.h gsth264parser.h gstvc1parser.h gstmpeg4parser.h gsth265parser.h \
gstmpegvideometa.h
libgstcodecparsers_@GST_API_VERSION@_la_CFLAGS = \

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff