mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 19:41:09 +00:00
Add GstCheck-1.0.gir and fixups
This commit is contained in:
parent
302075dd1c
commit
f34757b21f
2 changed files with 2694 additions and 0 deletions
2686
gir-files/GstCheck-1.0.gir
Normal file
2686
gir-files/GstCheck-1.0.gir
Normal file
File diff suppressed because it is too large
Load diff
|
@ -49,3 +49,11 @@ xmlstarlet ed --pf --inplace \
|
|||
xmlstarlet ed --pf --inplace \
|
||||
--delete '//_:method[@c:identifier="gst_gl_display_egl_from_gl_display"]' \
|
||||
GstGL-1.0.gir
|
||||
|
||||
# Remove all libcheck related API
|
||||
xmlstarlet ed --pf --inplace \
|
||||
--delete '//_:function[starts-with(@name, "check_")]' \
|
||||
--delete '//_:function[starts-with(@name, "buffer_straw_")]' \
|
||||
--delete '//_:callback[starts-with(@name, "Check")]' \
|
||||
--delete '//_:record[starts-with(@name, "Check")]' \
|
||||
GstCheck-1.0.gir
|
||||
|
|
Loading…
Reference in a new issue