mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
GStreamer multimedia framework
9188968f5c
Note: The notion of "live" here is in the *content* sense and not in the GStreamer sense. Ex: * A rtsp stream is always "live" in the GStreamer sense but might not always provide live content. * HLS/DASH streams are not "live" in the GStreamer sense but might provide "live" content. Some scenarios might: * require live content * not be compatible with live content This patch adds two new properties for scenarios: * live_content_required (default False) for scenarios that can only work with live content. * live_content_compatible (default False) for scenarios that can work with both live and non-live content. This patch adds support for reading a "live" property from stream_info |
||
---|---|---|
codecanalyzer | ||
debug-viewer | ||
hooks | ||
mediainfo | ||
tracer | ||
vagrant | ||
validate | ||
.arcconfig | ||
.gitignore | ||
.gitmodules | ||
configure | ||
meson.build | ||
meson_options.txt |