mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Define the URIHandler interface here
Original commit message from CVS: Define the URIHandler interface here
This commit is contained in:
parent
f4d7a870ef
commit
a3d89adf3c
1 changed files with 5 additions and 1 deletions
|
@ -872,4 +872,8 @@
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
(define-interface URIHandler
|
||||
(in-module "Gst")
|
||||
(c-name "GstURIHandler")
|
||||
(gtype-id "GST_TYPE_URI_HANDLER")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue