mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-09 16:55:27 +00:00
examples/debug_ringbuffer requires feature v1_14
This commit is contained in:
parent
ae9d97dfca
commit
d815e85440
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ gtkvideooverlay-quartz = ["gtkvideooverlay"]
|
||||||
rtsp-server = ["gst-rtsp-server", "gst-rtsp", "gst-sdp"]
|
rtsp-server = ["gst-rtsp-server", "gst-rtsp", "gst-sdp"]
|
||||||
rtsp-server-record = ["gst-rtsp-server-sys", "gst-rtsp-server", "gst-rtsp", "gio"]
|
rtsp-server-record = ["gst-rtsp-server-sys", "gst-rtsp-server", "gst-rtsp", "gio"]
|
||||||
v1_10 = ["gst/v1_10"]
|
v1_10 = ["gst/v1_10"]
|
||||||
|
v1_14 = ["gst/v1_14"]
|
||||||
pango-cairo = ["pango", "pangocairo", "cairo-rs"]
|
pango-cairo = ["pango", "pangocairo", "cairo-rs"]
|
||||||
overlay-composition = ["pango", "pangocairo", "cairo-rs", "cairo-sys-rs" ]
|
overlay-composition = ["pango", "pangocairo", "cairo-rs", "cairo-sys-rs" ]
|
||||||
gl = ["gst-gl", "gl_generator", "glutin"]
|
gl = ["gst-gl", "gl_generator", "glutin"]
|
||||||
|
|
Loading…
Reference in a new issue