From 2c5a050ae7aeb593e8cfcd17177bc8733d3d389e Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Thu, 27 Oct 2022 04:15:01 +0900 Subject: [PATCH] codecparsers: {h264,h265}bitwriter: Don't install headers yet Those APIs are quite early stage of development, and we might want to change them in the near future Part-of: --- .../gst-plugins-bad/gst-libs/gst/codecparsers/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/meson.build b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/meson.build index 8c2ae12b03..c06c2992f5 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/meson.build +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/meson.build @@ -33,8 +33,6 @@ codecparser_headers = [ 'gstmpegvideometa.h', 'gstvp9parser.h', 'gstav1parser.h', - 'gsth264bitwriter.h', - 'gsth265bitwriter.h', ] install_headers(codecparser_headers, subdir : 'gstreamer-1.0/gst/codecparsers')