ptpclock: do not require a name to create a clock
authorMichael Tretter <m.tretter@pengutronix.de>
Thu, 30 Nov 2017 16:49:10 +0000 (17:49 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 1 Dec 2017 08:02:11 +0000 (10:02 +0200)
commitbbafb78b1eb91c565347554a1d3e7f75b24664d7
tree6ca66ad758148b217192101fda725927d79470d4
parent906bbd3817c86e64d1bfa57570469055456addfe
ptpclock: do not require a name to create a clock

The gst_ptp_clock_new() does not actually require a name. However, for
example the rtpjitterbuffer may create a clock without a name, fail, and
fall back to not using the PTP clock.

https://bugzilla.gnome.org/show_bug.cgi?id=791034
libs/gst/net/gstptpclock.c