docs: add coretracers to the list of plugins

This commit is contained in:
Matthew Waters 2019-05-16 16:17:35 +10:00 committed by Thibault Saunier
parent 0faab7d9b8
commit 29557fe623
2 changed files with 10 additions and 0 deletions

View file

@ -2946,5 +2946,14 @@
"package": "GStreamer git",
"source": "gstreamer",
"url": "Unknown package origin"
},
"coretracers": {
"description": "GStreamer core tracers",
"elements": {},
"filename": "libgstcoretracers.so",
"license": "LGPL",
"package": "GStreamer git",
"source": "gstreamer",
"url": "Unknown package origin"
}
}

View file

@ -24,3 +24,4 @@ gst_tracers = library('gstcoretracers',
install_dir : plugins_install_dir,
)
pkgconfig.generate(gst_tracers, install_dir : plugins_pkgconfig_install_dir)
plugins += [gst_tracers]