~ubuntu-branches/ubuntu/saucy/gstreamer0.10/saucy

« back to all changes in this revision

Viewing changes to docs/gst/html/gstreamer-GstGError.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-11 18:52:12 UTC
  • mfrom: (32.1.14 experimental)
  • Revision ID: package-import@ubuntu.com-20111211185212-3k215ps4qtyz2qa5
Tags: 0.10.35.2-1
* New upstream pre-release:
  + debian/control.in:
    - Build-depend on GLib >= 2.24.
  + debian/patches/99_ltmain_as-needed.patch:
    - Refreshed to apply cleanly again.
  + debian/libgstreamer.symbols:
    - Update symbols file with new API.
* debian/rules:
  + Remove all dependency_libs from the .la files (Closes: #633319).
* debian/control.in:
  + Put GI package into section introspection.
* debian/compat,
  debian/control.in,
  debian/gir1.2-gstreamer.install,
  debian/libgstreamer-dev.install,
  debian/libgstreamer.install,
  debian/patches/79_multiarch-backwards-compat.patch,
  debian/patches/80_ia32-hack.patch,
  debian/rules:
  + Transition package to multi-arch (Closes: #647481).
    Patch taken from the Ubuntu package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GstGError</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GStreamer 0.10 Core Reference Manual">
8
8
<link rel="up" href="libgstreamer.html" title="GStreamer Core Library">
9
9
<link rel="prev" href="GstElementFactory.html" title="GstElementFactory">
10
10
<link rel="next" href="gstreamer-GstEvent.html" title="GstEvent">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
69
69
<p>
70
70
Errors from elements are the combination of a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> and a debug string.
71
71
The <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> contains:
72
 
- a domain type: CORE, LIBRARY, RESOURCE or STREAM
73
 
- a code: an enum value specific to the domain
74
 
- a translated, human-readable message
75
 
- a non-translated additional debug string, which also contains
76
 
- file and line information
 
72
</p>
 
73
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 
74
<li class="listitem"><p>a domain type: CORE, LIBRARY, RESOURCE or STREAM</p></li>
 
75
<li class="listitem"><p>a code: an enum value specific to the domain</p></li>
 
76
<li class="listitem"><p>a translated, human-readable message</p></li>
 
77
<li class="listitem"><p>a non-translated additional debug string, which also contains</p></li>
 
78
<li class="listitem"><p>file and line information</p></li>
 
79
</ul></div>
 
80
<p>
77
81
</p>
78
82
<p>
79
83
Elements do not have the context required to decide what to do with
111
115
<p>
112
116
</p>
113
117
<div class="example">
114
 
<a name="idp5468240"></a><p class="title"><b>Example 10. Throwing an error</b></p>
 
118
<a name="idp16825136"></a><p class="title"><b>Example 10. Throwing an error</b></p>
115
119
<div class="example-contents">
116
120
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
117
121
    <tbody>
160
164
<a name="gstreamer-GstGError.details"></a><h2>Details</h2>
161
165
<div class="refsect2">
162
166
<a name="GstCoreError"></a><h3>enum GstCoreError</h3>
163
 
<pre class="programlisting">typedef enum
164
 
{
 
167
<pre class="programlisting">typedef enum {
165
168
  GST_CORE_ERROR_FAILED = 1,
166
169
  GST_CORE_ERROR_TOO_LAZY,
167
170
  GST_CORE_ERROR_NOT_IMPLEMENTED,
270
273
<hr>
271
274
<div class="refsect2">
272
275
<a name="GstLibraryError"></a><h3>enum GstLibraryError</h3>
273
 
<pre class="programlisting">typedef enum
274
 
{
 
276
<pre class="programlisting">typedef enum {
275
277
  GST_LIBRARY_ERROR_FAILED = 1,
276
278
  GST_LIBRARY_ERROR_TOO_LAZY,
277
279
  GST_LIBRARY_ERROR_INIT,
331
333
<hr>
332
334
<div class="refsect2">
333
335
<a name="GstResourceError"></a><h3>enum GstResourceError</h3>
334
 
<pre class="programlisting">typedef enum
335
 
{
 
336
<pre class="programlisting">typedef enum {
336
337
  GST_RESOURCE_ERROR_FAILED = 1,
337
338
  GST_RESOURCE_ERROR_TOO_LAZY,
338
339
  GST_RESOURCE_ERROR_NOT_FOUND,
442
443
<hr>
443
444
<div class="refsect2">
444
445
<a name="GstStreamError"></a><h3>enum GstStreamError</h3>
445
 
<pre class="programlisting">typedef enum
446
 
{
 
446
<pre class="programlisting">typedef enum {
447
447
  GST_STREAM_ERROR_FAILED = 1,
448
448
  GST_STREAM_ERROR_TOO_LAZY,
449
449
  GST_STREAM_ERROR_NOT_IMPLEMENTED,
640
640
</div>
641
641
<div class="footer">
642
642
<hr>
643
 
          Generated by GTK-Doc V1.17</div>
 
643
          Generated by GTK-Doc V1.18</div>
644
644
</body>
645
645
</html>
 
 
b'\\ No newline at end of file'