mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/gst.defs (element_state_get_name): Add.
Original commit message from CVS: * gst/gst.defs (element_state_get_name): Add.
This commit is contained in:
parent
a2040bb005
commit
ca3eb4296c
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-04-30 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
* gst/gst.defs (element_state_get_name): Add.
|
||||
|
||||
2004-04-21 Johan Dahlin <johan@gnome.org>
|
||||
|
||||
* testsuite/runtests.py (tests): Run all tests in one TestSuite
|
||||
|
|
|
@ -1600,6 +1600,13 @@
|
|||
)
|
||||
|
||||
|
||||
(define-function element_state_get_name
|
||||
(c-name "gst_element_state_get_name")
|
||||
(parameters
|
||||
'("GstElementState" "state")
|
||||
)
|
||||
(return-type "const-gchar*")
|
||||
)
|
||||
|
||||
;; From /opt/gnome/include/gstreamer-0.7/gst/gstenumtypes.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue