mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
codecparsers: add H.265 HEVC bitstream parser
https://bugzilla.gnome.org/show_bug.cgi?id=708438
This commit is contained in:
parent
c7e705dd13
commit
33451e0791
3 changed files with 3719 additions and 2 deletions
|
@ -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 = \
|
||||
|
|
2664
gst-libs/gst/codecparsers/gsth265parser.c
Normal file
2664
gst-libs/gst/codecparsers/gsth265parser.c
Normal file
File diff suppressed because it is too large
Load diff
1053
gst-libs/gst/codecparsers/gsth265parser.h
Normal file
1053
gst-libs/gst/codecparsers/gsth265parser.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue