mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-07 09:59:55 +00:00
a74651ddc1
This aims to be a replacement for the GstPlayer library. In GstPlay, notifications are sent as application messages through a dedicated GstBus. The GMainContext-based signal dispatcher was replaced by a GObject signal adapter, now relying on the bus to emit its signals. The signal dispatcher is now optional and fully decoupled from the GstPlay object. Co-authored with: Philippe Normand <philn@igalia.com> Fixes #394 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2061>
20 lines
359 B
Meson
20 lines
359 B
Meson
subdir('uridownloader')
|
|
|
|
subdir('adaptivedemux')
|
|
subdir('audio')
|
|
subdir('basecamerabinsrc')
|
|
subdir('codecparsers')
|
|
subdir('codecs')
|
|
subdir('d3d11')
|
|
subdir('insertbin')
|
|
subdir('interfaces')
|
|
subdir('isoff')
|
|
subdir('mpegts')
|
|
subdir('opencv')
|
|
subdir('play')
|
|
subdir('player')
|
|
subdir('sctp')
|
|
subdir('transcoder')
|
|
subdir('vulkan')
|
|
subdir('wayland')
|
|
subdir('webrtc')
|