gst/gst.defs: Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)

Original commit message from CVS:
* gst/gst.defs:
Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
(#322027)
This commit is contained in:
Jan Schmidt 2005-11-21 14:34:41 +00:00
parent a6c9792b45
commit 19bed1cfaf
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gst.defs:
Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
(#322027)
2005-11-21 Edward Hervey <edward@fluendo.com>
* gst/gst-types.defs:

View file

@ -4964,7 +4964,7 @@
)
(define-function caps_structure_fixate_field_nearest_int
(c-name "gst_caps_structure_fixate_field_nearest_int")
(c-name "gst_structure_fixate_field_nearest_int")
(return-type "gboolean")
(parameters
'("GstStructure*" "structure")
@ -4974,7 +4974,7 @@
)
(define-function caps_structure_fixate_field_nearest_double
(c-name "gst_caps_structure_fixate_field_nearest_double")
(c-name "gst_structure_fixate_field_nearest_double")
(return-type "gboolean")
(parameters
'("GstStructure*" "structure")