Gst-rtsp-server: examples are not installed by default

Hi

I want to know why the binaries under gst-rtsp-server/examples are not installed by default.
Can we enable the installation by default or meson option?

foreach example : examples
  executable(example, '@0@.c'.format(example),
    c_args : rtspserver_args,
    include_directories : rtspserver_incs,
    dependencies : [gst_dep, gstapp_dep, gstnet_dep, gst_rtsp_server_dep],
    install: false)
endforeach

They haven’t really been written as tools that distros should ship, but just as short examples.

They’re also not prefixed/suffixed like the tools in core/base.

Hi Tim,

Do you mean they are not designed for tools, they are just sample codes for reference?

Pretty much, yes.