gstreamer_core/gst/gsterror.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
   145       N_("GStreamer developers were too lazy to assign an error code "
   145       N_("GStreamer developers were too lazy to assign an error code "
   146           "to this error." FILE_A_BUG));
   146           "to this error." FILE_A_BUG));
   147   TABLE (t, CORE, NOT_IMPLEMENTED,
   147   TABLE (t, CORE, NOT_IMPLEMENTED,
   148       N_("Internal GStreamer error: code not implemented." FILE_A_BUG));
   148       N_("Internal GStreamer error: code not implemented." FILE_A_BUG));
   149   TABLE (t, CORE, STATE_CHANGE,
   149   TABLE (t, CORE, STATE_CHANGE,
   150       N_("GStreamer error: state change failed and some element failed to "
   150       N_("Internal GStreamer error: state change failed." FILE_A_BUG));
   151           "post a proper error message with the reason for the failure."));
       
   152   TABLE (t, CORE, PAD, N_("Internal GStreamer error: pad problem." FILE_A_BUG));
   151   TABLE (t, CORE, PAD, N_("Internal GStreamer error: pad problem." FILE_A_BUG));
   153   TABLE (t, CORE, THREAD,
   152   TABLE (t, CORE, THREAD,
   154       N_("Internal GStreamer error: thread problem." FILE_A_BUG));
   153       N_("Internal GStreamer error: thread problem." FILE_A_BUG));
   155   TABLE (t, CORE, NEGOTIATION,
   154   TABLE (t, CORE, NEGOTIATION,
   156       N_("Internal GStreamer error: negotiation problem." FILE_A_BUG));
   155       N_("Internal GStreamer error: negotiation problem." FILE_A_BUG));
   247   TABLE (t, STREAM, DECODE, N_("Could not decode stream."));
   246   TABLE (t, STREAM, DECODE, N_("Could not decode stream."));
   248   TABLE (t, STREAM, ENCODE, N_("Could not encode stream."));
   247   TABLE (t, STREAM, ENCODE, N_("Could not encode stream."));
   249   TABLE (t, STREAM, DEMUX, N_("Could not demultiplex stream."));
   248   TABLE (t, STREAM, DEMUX, N_("Could not demultiplex stream."));
   250   TABLE (t, STREAM, MUX, N_("Could not multiplex stream."));
   249   TABLE (t, STREAM, MUX, N_("Could not multiplex stream."));
   251   TABLE (t, STREAM, FORMAT, N_("The stream is in the wrong format."));
   250   TABLE (t, STREAM, FORMAT, N_("The stream is in the wrong format."));
   252   TABLE (t, STREAM, DECRYPT,
       
   253       N_("The stream is encrypted and decryption is not supported."));
       
   254   TABLE (t, STREAM, DECRYPT_NOKEY,
       
   255       N_("The stream is encrypted and can't be decrypted because no suitable "
       
   256           "key has been supplied."));
       
   257 
   251 
   258   return t;
   252   return t;
   259 }
   253 }
   260 
   254 
   261 QUARK_FUNC (core);
   255 QUARK_FUNC (core);