gst/gst.defs (net_client_clock_new): Add some defaults.
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 16:20:50 +0000 (16:20 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 16:20:50 +0000 (16:20 +0000)
Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* gst/gst.defs (net_client_clock_new): Add some defaults.

ChangeLog
gst/gst.defs

index a01db30..e715e52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-21  Andy Wingo  <wingo@pobox.com>
+
+       * gst/gst.defs (net_client_clock_new): Add some defaults.
+
 2005-11-21  Edward Hervey  <edward@fluendo.com>
 
        * gst/gst-types.defs:
index a44a09d..d91fd8b 100644 (file)
   (is-constructor-of "GstNetClientClock")
   (return-type "GstClock*")
   (parameters
-    '("gchar*" "name")
-    '("gchar*" "remote_address")
+    '("gchar*" "name" (null-ok) (default "NULL"))
+    '("gchar*" "remote_address" (default "127.0.0.1"))
     '("gint" "remote_port")
-    '("GstClockTime" "base_time")
+    '("GstClockTime" "base_time" (default 0))
   )
 )