[Bug 720568] v4l2: Various changes to allow using M2M decoders

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 10 13:59:41 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=720568
  GStreamer | gst-plugins-good | git

--- Comment #60 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-01-10 21:59:34 UTC ---
(In reply to comment #59)
> Review of attachment 264339 [details]:
> 
> ::: sys/v4l2/v4l2_calls.c
> @@ +673,3 @@
> +
> +  g_free (v4l2object->videodev);
> +  v4l2object->videodev = g_strdup (v4l2object->videodev);
> 
> nitpick: assigning to a freed string, this should be
> 
> v4l2object->videodev = g_strdup (other->videodev);

Thanks, fixed in my branch.

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