gst-python: uri: add filename_to_uri to bindings
Stefan Kost
ensonic at kemper.freedesktop.org
Mon Oct 31 02:52:06 PDT 2011
Module: gst-python
Branch: master
Commit: fe71622a665fc19382a3905d7463605e278d0c6d
URL: http://cgit.freedesktop.org/gstreamer/gst-python/commit/?id=fe71622a665fc19382a3905d7463605e278d0c6d
Author: Stefan Sauer <ensonic at users.sf.net>
Date: Mon Oct 31 10:48:29 2011 +0100
uri: add filename_to_uri to bindings
---
gst/gst.defs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/gst/gst.defs b/gst/gst.defs
index ac0690e..b39e7eb 100644
--- a/gst/gst.defs
+++ b/gst/gst.defs
@@ -8288,6 +8288,15 @@
)
)
+(define-function filename_to_uri
+ (c-name "gst_filename_to_uri")
+ (return-type "gchar*")
+ (parameters
+ '("const-gchar*" "uri")
+ '("GError**" "error")
+ )
+)
+
(define-function element_make_from_uri
(c-name "gst_element_make_from_uri")
(return-type "GstElement*")
More information about the gstreamer-commits
mailing list