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

« back to all changes in this revision

Viewing changes to docs/libs/html/GstBaseTransform.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>GstBaseTransform</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 Library Reference Manual">
8
8
<link rel="up" href="gstreamer-base.html" title="GStreamer Base and Utillity Classes">
9
9
<link rel="prev" href="GstBaseSink.html" title="GstBaseSink">
10
10
<link rel="next" href="GstPushSrc.html" title="GstPushSrc">
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">
116
116
<p>
117
117
</p>
118
118
<div class="refsect2">
119
 
<a name="idp6758832"></a><h3>Use Cases</h3>
 
119
<a name="idp9433520"></a><h3>Use Cases</h3>
120
120
<p>
121
121
</p>
122
122
<div class="orderedlist"><ol class="orderedlist" type="1">
256
256
</p>
257
257
<hr>
258
258
<div class="refsect2">
259
 
<a name="idp5025520"></a><h3>Sub-class settable flags on GstBaseTransform</h3>
 
259
<a name="idp6787296"></a><h3>Sub-class settable flags on GstBaseTransform</h3>
260
260
<p>
261
261
</p>
262
262
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
365
365
  void          (*before_transform)  (GstBaseTransform *trans, GstBuffer *buffer);
366
366
 
367
367
  gboolean      (*accept_caps)  (GstBaseTransform *trans, GstPadDirection direction,
368
 
                                         GstCaps *caps);
 
368
                                        GstCaps *caps);
 
369
  gboolean      (*query) (GstBaseTransform * trans, GstPadDirection direction,
 
370
      GstQuery * query);
369
371
};
370
372
</pre>
371
373
<p>
472
474
handled by the element. The default implementation might not be
473
475
the most optimal way to check this in all cases.</td>
474
476
</tr>
 
477
<tr>
 
478
<td><p><span class="term"><em class="structfield"><code><a name="GstBaseTransformClass.query"></a>query</code></em> ()</span></p></td>
 
479
<td>Optional Since 0.10.36
 
480
Handle a requested query. Subclasses that implement this
 
481
should must chain up to the parent if they didn't handle the
 
482
query</td>
 
483
</tr>
475
484
</tbody>
476
485
</table></div>
477
486
</div>
870
879
</div>
871
880
<div class="footer">
872
881
<hr>
873
 
          Generated by GTK-Doc V1.17</div>
 
882
          Generated by GTK-Doc V1.18</div>
874
883
</body>
875
884
</html>
 
 
b'\\ No newline at end of file'