From 552007f839a3d9d508a8f1e725b5230d56025c7c Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Wed, 24 Feb 2021 18:43:07 +0000 Subject: transcoder: Remove un-needed gst_init call We can safely assume GStreamer is already initialized from here. Part-of: --- docs/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/meson.build b/docs/meson.build index 929baa655..25d5743fc 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -84,8 +84,7 @@ excludes = [] foreach f: [ 'gst/frei0r/frei0r.h', 'gst/mxf/mxful.c', - 'gst-libs/gst/mpegts/gstmpegts-private.h', - 'gst-libs/gst/player/*-private.h', + 'gst-libs/gst/*/*-private.h', 'gst-libs/gst/codecparsers/nalutils.h', 'ext/closedcaption/bcd.h', 'ext/closedcaption/bit_slicer.[ch]', -- cgit v1.2.1