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:
parent
a6c9792b45
commit
19bed1cfaf
@ -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:
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user