summaryrefslogtreecommitdiff
path: root/gst/gsterror.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-11-21 14:50:22 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-11-21 14:50:22 +0000
commitb06c505f1ccb69849af895dd376a847983115010 (patch)
treed8bcd527c65f7bf17786ab6fab76e17872e17ba8 /gst/gsterror.h
parenta8560f7b3bdde1175684dce799f8b066a50829af (diff)
downloadgstreamer-b06c505f1ccb69849af895dd376a847983115010.tar.gz
docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done?
Original commit message from CVS: * docs/random/ensonic/media-device-daemon.txt: wild idea, can this be done? * docs/gst/gstreamer-sections.txt: * gst/gsterror.h: * gst/gstfilter.c: * gst/gstfilter.h: * gst/gstplugin.h: * gst/gstpluginfeature.c: * gst/gsttrace.c: * gst/gstvalue.c: * gst/gstvalue.h: doc fixes and additions
Diffstat (limited to 'gst/gsterror.h')
-rw-r--r--gst/gsterror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gsterror.h b/gst/gsterror.h
index fedccba0da..e200c88e6b 100644
--- a/gst/gsterror.h
+++ b/gst/gsterror.h
@@ -220,7 +220,7 @@ typedef enum
/**
* GST_ERROR_SYSTEM:
*
- * Returns a string using errno describing the previously failed system
+ * Builds a string using errno describing the previously failed system
* call. To be used as the debug argument in #GST_ELEMENT_ERROR.
*/
#define GST_ERROR_SYSTEM ("system error: %s", g_strerror (errno))