forked from mirrors/gstreamer-rs
ci: Update examples features on windows
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1089>
This commit is contained in:
parent
b4d3bf297e
commit
aeca82c095
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ foreach($features in $features_matrix) {
|
|||
}
|
||||
|
||||
if ($crate -eq 'examples') {
|
||||
# FIXME: We can do --all-features for examples once we have gtk installed in the image
|
||||
$env:LocalFeatures = "--features=rtsp-server,rtsp-server-record,pango-cairo,overlay-composition"
|
||||
# FIXME: We can do --all-features for examples once we have gtk3 installed in the image
|
||||
$env:LocalFeatures = "--features=rtsp-server,rtsp-server-record,pango-cairo,overlay-composition,gst-play,gst-player,ges,image,cairo-rs,gst-video/v1_18,windows"
|
||||
}
|
||||
|
||||
if ($crate -eq 'tutorials') {
|
||||
|
|
Loading…
Reference in a new issue