gstreamer/subprojects/gst-plugins-good/tests/examples/meson.build
Jan Schmidt 682db96a41 splitmuxsrc: Add add-fragment signal and examples
Add a signal that allows adding fragments with a specific offset
and duration directly to splitmuxsrc's list. By providing the
fragment's offset on the playback timeline and duration directly,
splitmuxsrc doesn't need to measure the fragment making for faster
startup times.

Add a bus message that's published when fragments are measured,
reporting the offset and duration, so they can be cached by an
application and used on future invocations.

Add examples for handling the bus message and using the 'add-fragment'
signal.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7053>
2024-08-02 15:30:04 +10:00

25 lines
345 B
Meson

subdir('audiofx')
subdir('cairo')
subdir('level')
subdir('qt')
subdir('qt6')
if is_variable('gstrpicamsrc')
subdir('rpicamsrc')
endif
subdir('rtp')
subdir('rtsp')
subdir('shapewipe')
if have_v4l2
subdir('v4l2')
endif
subdir('splitmux')
if gtk_dep.found()
subdir('equalizer')
subdir('jack')
subdir('spectrum')
subdir('gtk')
endif