mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst/gst.defs (net_client_clock_new): Add some defaults.
Original commit message from CVS: 2005-11-21 Andy Wingo <wingo@pobox.com> * gst/gst.defs (net_client_clock_new): Add some defaults.
This commit is contained in:
parent
dfa96f5a01
commit
e01f28103c
2 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -6824,10 +6824,10 @@
|
|||
(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))
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue