From 01ba6d40a8e27537f13f1aa3df6b56e0f3b16b2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 5 Jan 2016 16:44:53 +0200 Subject: [PATCH] clock: Fix typo clocked -> clock --- gst/gstclock.c | 2 +- libs/gst/net/gstnetclientclock.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/gstclock.c b/gst/gstclock.c index 70583c4..9663bb7 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -1006,7 +1006,7 @@ gst_clock_get_internal_time (GstClock * clock) if (G_UNLIKELY (GST_OBJECT_FLAG_IS_SET (clock, GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC) && !clock->priv->synced)) GST_CAT_WARNING_OBJECT (GST_CAT_CLOCK, clock, - "clocked is not synchronized yet"); + "clock is not synchronized yet"); cclass = GST_CLOCK_GET_CLASS (clock); diff --git a/libs/gst/net/gstnetclientclock.c b/libs/gst/net/gstnetclientclock.c index 0625f57..cc2f1c1 100644 --- a/libs/gst/net/gstnetclientclock.c +++ b/libs/gst/net/gstnetclientclock.c @@ -1274,7 +1274,7 @@ gst_net_client_clock_get_property (GObject * object, guint prop_id, } static void -gst_net_client_clocked_synced_cb (GstClock * internal_clock, gboolean synced, +gst_net_client_clock_synced_cb (GstClock * internal_clock, gboolean synced, GstClock * self) { gst_clock_set_synced (self, synced); @@ -1326,7 +1326,7 @@ gst_net_client_clock_constructed (GObject * object) gst_clock_set_synced (GST_CLOCK (self), TRUE); self->priv->synced_id = g_signal_connect (cache->clock, "synced", - G_CALLBACK (gst_net_client_clocked_synced_cb), self); + G_CALLBACK (gst_net_client_clock_synced_cb), self); GST_OBJECT_UNLOCK (cache->clock); G_UNLOCK (clocks_lock); -- 2.7.4