mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst/gst.defs: Don't use 'interface' as variable name, MingW doesn't like that (fixes #359375).
Original commit message from CVS: * gst/gst.defs: Don't use 'interface' as variable name, MingW doesn't like that (fixes #359375).
This commit is contained in:
parent
4949e89915
commit
6d8f3a459f
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-10-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gst.defs:
|
||||
Don't use 'interface' as variable name, MingW doesn't like that
|
||||
(fixes #359375).
|
||||
|
||||
2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/pygstiterator.c: (pygst_iterator_new):
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
(return-type "GstElement*")
|
||||
(caller-owns-return #t)
|
||||
(parameters
|
||||
'("GType" "interface")
|
||||
'("GType" "iface_gtype")
|
||||
)
|
||||
)
|
||||
|
||||
|
@ -196,7 +196,7 @@
|
|||
(c-name "gst_bin_iterate_all_by_interface")
|
||||
(return-type "GstIterator*")
|
||||
(parameters
|
||||
'("GType" "interface")
|
||||
'("GType" "iface_gtype")
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue