gstreamer/gst/gst-pb-0.10.11.ignore
Edward Hervey 468e10172a codegen/codegen.py: Don't register interface if it is ignored
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.
2007-01-29 12:27:46 +00:00

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