net: Constify a parameter to gst_net_client_clock_new()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 18 Oct 2013 07:58:05 +0000 (08:58 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 18 Oct 2013 08:59:25 +0000 (09:59 +0100)
commit3c8424d9ae14204d40bdd50b78d275b844fc39d8
tree9dfddb9eb8fad45c6457d9b68b26981a8adcac8f
parent2231721dddb9ba7db3d7566f64a6fa58fdd1ff9d
net: Constify a parameter to gst_net_client_clock_new()

Even though this parameter is not used, it should be const to fit in with the
coding standards for other similar parameters. Client code already passes in
const strings under the expectation that they won’t be modified.

https://bugzilla.gnome.org/show_bug.cgi?id=710442
libs/gst/net/gstnetclientclock.c
libs/gst/net/gstnetclientclock.h