gsterror: add default error message for GST_LIBRARY_ERROR_ENCODE

No idea though why we even have GST_LIBRARY_ERROR_ENCODE or when one
would want to use that instead of GST_STREAM_ERROR_ENCODE.
This commit is contained in:
Tim-Philipp Müller 2010-09-06 20:16:14 +01:00
parent 490d2f0ab5
commit 3ce55e6551

View file

@ -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;