[gstreamer-bugs] [Bug 416727] New: Trivial mistake in sys/v4l2/v4l2_calls.c:126

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Mar 10 01:43:27 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=416727

  GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: Trivial mistake in sys/v4l2/v4l2_calls.c:126
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ash at contact.bg
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.15/2.16
   GNOME milestone: Unspecified


Take a look at the file sys/v4l2/v4l2_calls.c around line 126:

        GST_ELEMENT_ERROR (v4l2object->element, RESOURCE, SETTINGS,
            (_("Failed to get setting of tuner &d on device '%s'."),
                input.tuner, v4l2object->videodev), GST_ERROR_SYSTEM);


I think that &d should be %d in the line 
(_("Failed to get setting of tuner &d on device '%s'."),


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list