gst/gst.defs: Make .get_uri_type() methods return a GstURIType enum instead of an...
authorEdward Hervey <bilboed@bilboed.com>
Fri, 27 Jul 2007 11:21:31 +0000 (11:21 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 27 Jul 2007 11:21:31 +0000 (11:21 +0000)
Original commit message from CVS:
reviewed by: Edward Hervey  <bilboed@bilboed.com>
* gst/gst.defs:
Make .get_uri_type() methods return a GstURIType enum instead of an
integer.
Fixes #436620

ChangeLog
gst/gst.defs

index e866e46..d0628da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-27  Rene Stadler <mail@renestadler.de>
+
+       reviewed by: Edward Hervey  <bilboed@bilboed.com>
+       * gst/gst.defs:
+       Make .get_uri_type() methods return a GstURIType enum instead of an
+       integer.
+       Fixes #436620
+
 2007-07-27  Sebastien Merle  <sylane@gmail.com>
 
        reviewed by: Edward Hervey  <bilboed@bilboed.com>
index aa739d5..3eab757 100644 (file)
 (define-method get_uri_type
   (of-object "GstElementFactory")
   (c-name "gst_element_factory_get_uri_type")
-  (return-type "gint")
+  (return-type "GstURIType")
 )
 
 (define-method get_uri_protocols
 (define-method get_uri_type
   (of-object "GstURIHandler")
   (c-name "gst_uri_handler_get_uri_type")
-  (return-type "guint")
+  (return-type "GstURIType")
 )
 
 (define-method get_protocols