~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst/gsterror.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 * @GST_CORE_ERROR_MISSING_PLUGIN: used if a plugin is missing.
54
54
 * @GST_CORE_ERROR_CLOCK: used for clock related errors.
55
55
 * @GST_CORE_ERROR_DISABLED: used if functionality has been disabled at
56
 
 *                           compile time (Since: 0.10.13).
 
56
 *                           compile time.
57
57
 * @GST_CORE_ERROR_NUM_ERRORS: the number of core error types.
58
58
 *
59
59
 * Core errors are errors inside the core GStreamer library.
170
170
 * @GST_STREAM_ERROR_FORMAT: used when the stream is of the wrong format
171
171
 * (for example, wrong caps).
172
172
 * @GST_STREAM_ERROR_DECRYPT: used when the stream is encrypted and can't be
173
 
 * decrypted because this is not supported by the element. (Since: 0.10.20)
 
173
 * decrypted because this is not supported by the element.
174
174
 * @GST_STREAM_ERROR_DECRYPT_NOKEY: used when the stream is encrypted and
175
 
 * can't be decrypted because no suitable key is available. (Since: 0.10.20)
 
175
 * can't be decrypted because no suitable key is available.
176
176
 * @GST_STREAM_ERROR_NUM_ERRORS: the number of stream error types.
177
177
 *
178
178
 * Stream errors are for anything related to the stream being processed: