GNOME Bugzilla – Bug 416727
[v4l2src] typo in printf format string
Last modified: 2007-03-10 12:35:56 UTC
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'."),
Thanks, should be fixed in CVS now: 2007-03-10 Tim-Philipp Müller <tim at centricular dot net> * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index): * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame): Printf format fixes; also add some missing quotes in translated strings. Fixes #416728 and #416727.