summaryrefslogtreecommitdiff
path: root/gst/proxy
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-05-20 10:16:02 -0400
committerThibault Saunier <tsaunier@gnome.org>2019-05-21 13:31:52 +0000
commit601233c9adfbc04b8175f89e0fd43b2d029eda7e (patch)
tree9e800f345049aeb7e26ce94e582764ac1c438603 /gst/proxy
parentb3bf3a0d2170171ab31f31f30adc90a99c2d5d15 (diff)
downloadgstreamer-plugins-bad-601233c9adfbc04b8175f89e0fd43b2d029eda7e.tar.gz
doc: Add proxysink/proxysrc
Diffstat (limited to 'gst/proxy')
-rw-r--r--gst/proxy/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/proxy/meson.build b/gst/proxy/meson.build
index c76c7b711..69e5edabf 100644
--- a/gst/proxy/meson.build
+++ b/gst/proxy/meson.build
@@ -13,3 +13,4 @@ gstproxy = library('gstproxy',
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstproxy, install_dir : plugins_pkgconfig_install_dir)
+plugins += [gstproxy] \ No newline at end of file