gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/mpegts
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
..
gst-atsc-descriptor.h
gst-atsc-section.c
gst-atsc-section.h
gst-dvb-descriptor.c
gst-dvb-descriptor.h
gst-dvb-section.c
gst-dvb-section.h
gst-hdmv-section.h
gst-isdb-descriptor.h
gst-scte-section.c mpegts: add missing Since comments after SCTE 35 work 2021-09-25 01:29:38 +00:00
gst-scte-section.h mpegts: add missing Since comments after SCTE 35 work 2021-09-25 01:29:38 +00:00
gstmpegts-private.h
gstmpegtsdescriptor.c
gstmpegtsdescriptor.h
gstmpegtssection.c mpegts: add missing Since comments after SCTE 35 work 2021-09-25 01:29:38 +00:00
gstmpegtssection.h mpegtssection: expose event constructor 2021-09-25 01:29:37 +00:00
meson.build meson: List libraries and their corresponding gir definition 2021-10-15 19:27:30 -03:00
mpegts-prelude.h
mpegts.c
mpegts.h