[Bug 746818] v4l2: Improve URI handler

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 17 21:30:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=746818

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #9 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
(In reply to Marc Leeman from comment #8)
> What is the rationale of preferring the g_value_take_string over
> g_value_set_string; is it the extra copy where take string takes the
> ownership and set string not?

Yes, using g_value_take_string() saves an allocation and a copy.

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