Add GstCheck-1.0.gir and fixups

This commit is contained in:
Sebastian Dröge 2018-11-02 10:45:26 +02:00
parent 302075dd1c
commit f34757b21f
2 changed files with 2694 additions and 0 deletions

2686
gir-files/GstCheck-1.0.gir Normal file

File diff suppressed because it is too large Load diff

View file

@ -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