mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +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>
|
||||
|
||||
* 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…
Reference in a new issue