mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
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:
parent
490d2f0ab5
commit
3ce55e6551
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue