mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
4b324da3f4
This is a new simple GstBin that can handle the ges:// uris and will directly expose the srcppads of the tracks present in the timeline.
11 lines
326 B
Meson
11 lines
326 B
Meson
gstges_sources = ['gesplugin.c', 'gessrc.c', 'gesdemux.c']
|
|
|
|
gstges = library('gstges', gstges_sources,
|
|
dependencies : [gst_dep, ges_dep],
|
|
include_directories: [configinc],
|
|
c_args : ges_c_args,
|
|
install : true,
|
|
install_dir : plugins_install_dir,
|
|
)
|
|
pkgconfig.generate(nle, install_dir : plugins_pkgconfig_install_dir)
|
|
|