[Bug 710442] netclientclock: constify name parameter for gst_net_client_clock_new()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 18 11:00:49 CEST 2013


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1
            Summary|Constify parameter for      |netclientclock: constify
                   |gst_net_client_clock_new()  |name parameter for
                   |                            |gst_net_client_clock_new()

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-10-18 09:00:44 UTC ---
Indeed, thanks for the patch!


commit 3c8424d9ae14204d40bdd50b78d275b844fc39d8
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Fri Oct 18 08:58:05 2013 +0100

    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

-- 
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