summaryrefslogtreecommitdiff
path: root/libs/gst/net/gstnetclientclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gst/net/gstnetclientclock.h')
-rw-r--r--libs/gst/net/gstnetclientclock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/net/gstnetclientclock.h b/libs/gst/net/gstnetclientclock.h
index 8e5980755..b7243f110 100644
--- a/libs/gst/net/gstnetclientclock.h
+++ b/libs/gst/net/gstnetclientclock.h
@@ -70,7 +70,7 @@ struct _GstNetClientClockClass {
GType gst_net_client_clock_get_type (void);
-GstClock* gst_net_client_clock_new (gchar *name, const gchar *remote_address,
+GstClock* gst_net_client_clock_new (const gchar *name, const gchar *remote_address,
gint remote_port, GstClockTime base_time);
G_END_DECLS