mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
ntp: The clock inherits from GstNetClientClock, not just GstSystemClock
This commit is contained in:
parent
29136a0186
commit
58b4e075a6
1 changed files with 1 additions and 1 deletions
|
@ -1395,7 +1395,7 @@ gst_net_client_clock_new (const gchar * name, const gchar * remote_address,
|
|||
return ret;
|
||||
}
|
||||
|
||||
G_DEFINE_TYPE (GstNtpClock, gst_ntp_clock, GST_TYPE_SYSTEM_CLOCK);
|
||||
G_DEFINE_TYPE (GstNtpClock, gst_ntp_clock, GST_TYPE_NET_CLIENT_CLOCK);
|
||||
|
||||
static void
|
||||
gst_ntp_clock_class_init (GstNtpClockClass * klass)
|
||||
|
|
Loading…
Reference in a new issue