diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 11:44:12 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 11:44:12 +0000 |
commit | 853f236b368079ab1d4b5b1720de24c530806b80 (patch) | |
tree | aa416ecbfda10fbdc0141cfc78bd757de4d4c112 /gst/elements/gstfilesink.c | |
parent | b0a02001fa57cbb6d2bc57010690ceafcad35695 (diff) |
removing ending punctuation dots
Original commit message from CVS:
removing ending punctuation dots
Diffstat (limited to 'gst/elements/gstfilesink.c')
-rw-r--r-- | gst/elements/gstfilesink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/elements/gstfilesink.c b/gst/elements/gstfilesink.c index d7260731e..aeb2d331a 100644 --- a/gst/elements/gstfilesink.c +++ b/gst/elements/gstfilesink.c @@ -242,7 +242,7 @@ gst_filesink_open_file (GstFileSink *sink) if (sink->file == NULL) { gst_element_error (sink, RESOURCE, OPEN_WRITE, (_("Could not open file \"%s\" for writing"), sink->filename), - ("system error: %s", strerror (errno))); + GST_ERROR_SYSTEM); return FALSE; } |