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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 8 00:50:28 PST 2014


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

--- Comment #59 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> 2014-01-08 08:50:23 UTC ---
Review of attachment 264339:
 --> (https://bugzilla.gnome.org/review?bug=720568&attachment=264339)

::: 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);

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