summaryrefslogtreecommitdiff
path: root/gst/gsterror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gsterror.c')
-rw-r--r--gst/gsterror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gsterror.c b/gst/gsterror.c
index 12afe3acf..c683e4707 100644
--- a/gst/gsterror.c
+++ b/gst/gsterror.c
@@ -198,7 +198,7 @@ gst_error_get_library_error (GstLibraryError code)
case GST_LIBRARY_ERROR_SETTINGS:
return _("Could not configure supporting library.");
case GST_LIBRARY_ERROR_ENCODE:
- break; /* FIXME: add default error message for GST_LIBRARY_ERROR_ENCODE */
+ return _("Encoding error.");
case GST_LIBRARY_ERROR_NUM_ERRORS:
default:
break;