d3d11screencapturesrc: Specify PAR 1/1 to template caps
[platform/upstream/gstreamer.git] / subprojects / gst-python / plugin / meson.build
1 gstpython = library('gstpython',
2     ['gstpythonplugin.c'],
3     include_directories : [configinc],
4     dependencies : [gst_dep, pygobject_dep, gstbase_dep, python_dep, gmodule_dep] ,
5     install : true,
6     install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')),
7 )
8 plugins = [gstpython]