summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2xoverlay.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-09-15 19:11:00 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-09-15 19:11:00 +0000
commit5a07ae46968f997076a0091906a313c74d6a4bae (patch)
treee727d985ccdc3a9f855e589afa26927bbe976c91 /sys/v4l2/gstv4l2xoverlay.c
parentc8acc74c5e8e6b637e6526579a4bfb06d15e2659 (diff)
The test application and the plgind error messages has been improved.
Original commit message from CVS: The test application and the plgind error messages has been improved.
Diffstat (limited to 'sys/v4l2/gstv4l2xoverlay.c')
-rw-r--r--sys/v4l2/gstv4l2xoverlay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/v4l2/gstv4l2xoverlay.c b/sys/v4l2/gstv4l2xoverlay.c
index be50ba34..817733b6 100644
--- a/sys/v4l2/gstv4l2xoverlay.c
+++ b/sys/v4l2/gstv4l2xoverlay.c
@@ -99,8 +99,8 @@ gst_v4l2_xoverlay_open (GstV4l2Object * v4l2object)
}
if (fstat (v4l2object->video_fd, &s) < 0) {
GST_ELEMENT_ERROR (v4l2object->element, RESOURCE, NOT_FOUND,
- (_("Cannot identify device '%s': %s\n"), v4l2object->videodev,
- g_strerror (errno)), GST_ERROR_SYSTEM);
+ (_("Cannot identify device '%s'"), v4l2object->videodev),
+ GST_ERROR_SYSTEM);
XCloseDisplay (dpy);
return;
}