mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-01 09:13:48 +00:00
ci: Re enable skia as https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/692 was fixed
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2472>
This commit is contained in:
parent
3e291611b2
commit
90cc117095
1 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
from warnings import warn
|
||||
|
||||
DIRS = [
|
||||
'audio',
|
||||
|
@ -39,9 +38,6 @@ OVERRIDE = {
|
|||
def iterate_plugins():
|
||||
for d in DIRS:
|
||||
for name in os.listdir(d):
|
||||
if 'skia' in name:
|
||||
warn('Skipping skia, see https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/692')
|
||||
continue
|
||||
if name in RS_PREFIXED:
|
||||
name = "rs{}".format(name)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue