clapper: Add "Playlistable" interface

An interface for creating enhancers that parse data
into individual media items
This commit is contained in:
Rafał Dzięgiel
2025-06-27 19:04:40 +02:00
parent ff054743e6
commit 4002a63e3a
9 changed files with 180 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
project('clapper', 'c',
version: '0.9.0',
version: '0.9.1',
meson_version: '>= 0.64.0',
license: 'LGPL-2.1-or-later AND GPL-3.0-or-later', # LGPL-2.1+ for libs and gst-plugin, GPL-3.0+ for app
default_options: [