mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
wrap gst.Plugin.get_source
Original commit message from CVS: wrap gst.Plugin.get_source
This commit is contained in:
parent
61038c89f1
commit
9ddd53563d
3 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gst.defs:
|
||||||
|
wrap gst.Plugin.get_source()
|
||||||
|
|
||||||
2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/gst.override:
|
* gst/gst.override:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit cd012821aa2e4f6247f4cd6dee14116f86421a7e
|
Subproject commit ddbcaa275c5f41f19d5665f0c52de1f9edcb4689
|
|
@ -3674,6 +3674,12 @@
|
||||||
(return-type "const-gchar*")
|
(return-type "const-gchar*")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(define-method get_source
|
||||||
|
(of-object "GstPlugin")
|
||||||
|
(c-name "gst_plugin_get_source")
|
||||||
|
(return-type "const-gchar*")
|
||||||
|
)
|
||||||
|
|
||||||
(define-method get_package
|
(define-method get_package
|
||||||
(of-object "GstPlugin")
|
(of-object "GstPlugin")
|
||||||
(c-name "gst_plugin_get_package")
|
(c-name "gst_plugin_get_package")
|
||||||
|
|
Loading…
Reference in a new issue