[Bug 710442] Constify parameter for gst_net_client_clock_new()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 18 09:59:28 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710442
  GStreamer | gstreamer (core) | git

--- Comment #1 from Philip Withnall <bugzilla at tecnocode.co.uk> 2013-10-18 07:59:22 UTC ---
Created an attachment (id=257618)
 View: https://bugzilla.gnome.org/attachment.cgi?id=257618
 Review: https://bugzilla.gnome.org/review?bug=710442&attachment=257618

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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list