mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
468e10172a
Original commit message from CVS: * codegen/codegen.py: Don't register interface if it is ignored * configure.ac: GST_PB_MINOR_VERSION doesn't appear by magic, you actually have to parse it from pkg-config ! * gst/gst-pb-0.10.11.ignore: Ignore GstVideoOrientation type altogether. * gst/interfaces.override: Include gstversion.override so that non-existent API is properly ignored. Should fix #401051 once and for good now.
14 lines
339 B
Text
14 lines
339 B
Text
%%
|
|
ignore
|
|
gst_video_orientation_get_hflip
|
|
gst_video_orientation_get_vflip
|
|
gst_video_orientation_get_hcenter
|
|
gst_video_orientation_get_vcenter
|
|
gst_video_orientation_set_hflip
|
|
gst_video_orientation_set_vflip
|
|
gst_video_orientation_set_hcenter
|
|
gst_video_orientation_set_vcenter
|
|
%%
|
|
ignore-type
|
|
GstVideoOrientation
|
|
%%
|