summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2021-02-24 18:43:07 +0000
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-02-26 15:37:23 +0000
commit552007f839a3d9d508a8f1e725b5230d56025c7c (patch)
treec39c5f6fc871d9b8a5c6771a1ce7875207d91707 /docs
parent984f0c2d2f1759508886e1ba3ddb7e55acc8059a (diff)
downloadgstreamer-plugins-bad-552007f839a3d9d508a8f1e725b5230d56025c7c.tar.gz
transcoder: Remove un-needed gst_init call
We can safely assume GStreamer is already initialized from here. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1840>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build3
1 files changed, 1 insertions, 2 deletions
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]',