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

« 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: 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:
115
115
<p>
116
116
</p>
117
117
<div class="example">
118
 
<a name="idp6925664"></a><p class="title"><b>Example 7. Throwing an error</b></p>
 
118
<a name="idp9531472"></a><p class="title"><b>Example 7. Throwing an error</b></p>
119
119
<div class="example-contents">
120
120
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
121
121
    <tbody>
122
122
      <tr>
123
123
        <td class="listing_lines" align="right"><pre>1
124
124
2</pre></td>
125
 
        <td class="listing_code"><pre class="programlisting"><span class="function"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#GST-ELEMENT-ERROR:CAPS">GST_ELEMENT_ERROR</a></span> <span class="gtkdoc opt">(</span>src<span class="gtkdoc opt">,</span> RESOURCE<span class="gtkdoc opt">,</span> NOT_FOUND<span class="gtkdoc opt">,</span>
 
125
        <td class="listing_code"><pre class="programlisting"><span class="function"><a href="../gstreamer-1.0/GstElement.html#GST-ELEMENT-ERROR:CAPS">GST_ELEMENT_ERROR</a></span> <span class="gtkdoc opt">(</span>src<span class="gtkdoc opt">,</span> RESOURCE<span class="gtkdoc opt">,</span> NOT_FOUND<span class="gtkdoc opt">,</span>
126
126
  <span class="gtkdoc opt">(</span><span class="function"><a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#gettext-macro">_</a></span><span class="gtkdoc opt">(</span><span class="string">&quot;No file name specified for reading.&quot;</span><span class="gtkdoc opt">)), (</span>NULL<span class="gtkdoc opt">));</span></pre></td>
127
127
      </tr>
128
128
    </tbody>
259
259
<tr>
260
260
<td><p><a name="GST-CORE-ERROR-DISABLED:CAPS"></a><span class="term"><code class="literal">GST_CORE_ERROR_DISABLED</code></span></p></td>
261
261
<td>used if functionality has been disabled at
262
 
                          compile time (Since: 0.10.13).
 
262
                          compile time.
263
263
</td>
264
264
</tr>
265
265
<tr>
533
533
<tr>
534
534
<td><p><a name="GST-STREAM-ERROR-DECRYPT:CAPS"></a><span class="term"><code class="literal">GST_STREAM_ERROR_DECRYPT</code></span></p></td>
535
535
<td>used when the stream is encrypted and can't be
536
 
decrypted because this is not supported by the element. (Since: 0.10.20)
 
536
decrypted because this is not supported by the element.
537
537
</td>
538
538
</tr>
539
539
<tr>
540
540
<td><p><a name="GST-STREAM-ERROR-DECRYPT-NOKEY:CAPS"></a><span class="term"><code class="literal">GST_STREAM_ERROR_DECRYPT_NOKEY</code></span></p></td>
541
541
<td>used when the stream is encrypted and
542
 
can't be decrypted because no suitable key is available. (Since: 0.10.20)
 
542
can't be decrypted because no suitable key is available.
543
543
</td>
544
544
</tr>
545
545
<tr>