gstreamer/subprojects/gst-plugins-base/gst-libs/gst/rtsp
Thibault Saunier 6e79932ad9 meson: List libraries and their corresponding gir definition
Introduces a `libraries` variable that contains all libraries in a
list with the following format:

``` meson
libraries = [
    [pkg_name, {
        'lib': library_object
        'gir': [ {full gir definition in a dict } ]
    ],
    ....
]
```

It therefore refactors the way we build the gir so that we can reuse the
same information to build them against 'gstreamer-full' in gst-build
when linking statically

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1093>
2021-10-15 19:27:30 -03:00
..
gstrtsp.h
gstrtspconnection.c
gstrtspconnection.h
gstrtspdefs.c
gstrtspdefs.h
gstrtspextension.c
gstrtspextension.h
gstrtspmessage.c
gstrtspmessage.h
gstrtsprange.c
gstrtsprange.h
gstrtsptransport.c
gstrtsptransport.h
gstrtspurl.c
gstrtspurl.h
meson.build meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
rtsp-prelude.h
rtsp.h