summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/meson.build3
-rw-r--r--gst-libs/gst/transcoder/gsttranscoder.c2
2 files changed, 1 insertions, 4 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]',
diff --git a/gst-libs/gst/transcoder/gsttranscoder.c b/gst-libs/gst/transcoder/gsttranscoder.c
index 2e7102274..850129a83 100644
--- a/gst-libs/gst/transcoder/gsttranscoder.c
+++ b/gst-libs/gst/transcoder/gsttranscoder.c
@@ -813,8 +813,6 @@ gst_transcoder_main (gpointer data)
static gpointer
gst_transcoder_init_once (G_GNUC_UNUSED gpointer user_data)
{
- gst_init (NULL, NULL);
-
GST_DEBUG_CATEGORY_INIT (gst_transcoder_debug, "gst-transcoder", 0,
"GstTranscoder");
gst_transcoder_error_quark ();