mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
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
2 changed files with 8 additions and 2 deletions
|
@ -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>
|
2005-11-21 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gst-types.defs:
|
* gst/gst-types.defs:
|
||||||
|
|
|
@ -4964,7 +4964,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-function caps_structure_fixate_field_nearest_int
|
(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")
|
(return-type "gboolean")
|
||||||
(parameters
|
(parameters
|
||||||
'("GstStructure*" "structure")
|
'("GstStructure*" "structure")
|
||||||
|
@ -4974,7 +4974,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-function caps_structure_fixate_field_nearest_double
|
(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")
|
(return-type "gboolean")
|
||||||
(parameters
|
(parameters
|
||||||
'("GstStructure*" "structure")
|
'("GstStructure*" "structure")
|
||||||
|
|
Loading…
Reference in a new issue