upload tizen1.0 source
[framework/multimedia/gst-plugins-good0.10.git] / docs / plugins / html / gst-plugins-good-plugins-gconfvideosink.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>gconfvideosink</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7 <link rel="home" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual">
8 <link rel="up" href="ch01.html" title="gst-plugins-good Elements">
9 <link rel="prev" href="gst-plugins-good-plugins-gconfvideosrc.html" title="gconfvideosrc">
10 <link rel="next" href="gst-plugins-good-plugins-gdkpixbufsink.html" title="gdkpixbufsink">
11 <meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16 <tr valign="middle">
17 <td><a accesskey="p" href="gst-plugins-good-plugins-gconfvideosrc.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">GStreamer Good Plugins 0.10 Plugins Reference Manual</th>
21 <td><a accesskey="n" href="gst-plugins-good-plugins-gdkpixbufsink.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a href="#gst-plugins-good-plugins-gconfvideosink.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#gst-plugins-good-plugins-gconfvideosink.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#gst-plugins-good-plugins-gconfvideosink.object-hierarchy" class="shortcut">Object Hierarchy</a>
29                    | 
30                   <a href="#gst-plugins-good-plugins-gconfvideosink.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31 </td></tr>
32 </table>
33 <div class="refentry">
34 <a name="gst-plugins-good-plugins-gconfvideosink"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="gst-plugins-good-plugins-gconfvideosink.top_of_page"></a>gconfvideosink</span></h2>
38 <p>gconfvideosink — Video sink embedding the GConf-settings for video output</p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsynopsisdiv">
43 <a name="gst-plugins-good-plugins-gconfvideosink.synopsis"></a><h2>Synopsis</h2>
44 <a name="GstGConfVideoSink"></a><pre class="synopsis">                    <a class="link" href="gst-plugins-good-plugins-gconfvideosink.html#GstGConfVideoSink-struct" title="GstGConfVideoSink">GstGConfVideoSink</a>;
45 </pre>
46 </div>
47 <div class="refsect1">
48 <a name="gst-plugins-good-plugins-gconfvideosink.object-hierarchy"></a><h2>Object Hierarchy</h2>
49 <pre class="synopsis">
50   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
51    +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
52          +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
53                +----<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBin.html">GstBin</a>
54                      +----GstSwitchSink
55                            +----GstGConfVideoSink
56 </pre>
57 </div>
58 <div class="refsect1">
59 <a name="gst-plugins-good-plugins-gconfvideosink.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
60 <p>
61 GstGConfVideoSink implements
62  <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstChildProxy.html">GstChildProxy</a>.</p>
63 </div>
64 <div class="refsect1">
65 <a name="gst-plugins-good-plugins-gconfvideosink.description"></a><h2>Description</h2>
66 <p>
67 This element outputs video to the videosink that has been configured in
68 GConf by the user.
69 </p>
70 <p>
71 </p>
72 <div class="refsect2">
73 <a name="idp6733296"></a><h3>Example launch line</h3>
74 <div class="informalexample">
75   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
76     <tbody>
77       <tr>
78         <td class="listing_lines" align="right"><pre>1</pre></td>
79         <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch filesrc location<span class="gtkdoc opt">=</span>foo<span class="gtkdoc opt">.</span>ogg <span class="gtkdoc opt">!</span> decodebin <span class="gtkdoc opt">!</span> ffmpegcolorspace <span class="gtkdoc opt">!</span> gconfvideosink</pre></td>
80       </tr>
81     </tbody>
82   </table>
83 </div>
84  Play on configured videosink
85 </div>
86 <p>
87 </p>
88 <div class="refsynopsisdiv">
89 <h2>Synopsis</h2>
90 <div class="refsect2">
91 <a name="idp13115296"></a><h3>Element Information</h3>
92 <div class="variablelist"><table border="0">
93 <col align="left" valign="top">
94 <tbody>
95 <tr>
96 <td><p><span class="term">plugin</span></p></td>
97 <td>
98             <a class="link" href="gst-plugins-good-plugins-plugin-gconfelements.html#plugin-gconfelements">gconfelements</a>
99           </td>
100 </tr>
101 <tr>
102 <td><p><span class="term">author</span></p></td>
103 <td>GStreamer maintainers &lt;gstreamer-devel@lists.sourceforge.net&gt;</td>
104 </tr>
105 <tr>
106 <td><p><span class="term">class</span></p></td>
107 <td>Sink/Video</td>
108 </tr>
109 </tbody>
110 </table></div>
111 </div>
112 <hr>
113 <div class="refsect2">
114 <a name="idp7806528"></a><h3>Element Pads</h3>
115 </div>
116 </div>
117 <p>
118 </p>
119 </div>
120 <div class="refsect1">
121 <a name="gst-plugins-good-plugins-gconfvideosink.details"></a><h2>Details</h2>
122 <div class="refsect2">
123 <a name="GstGConfVideoSink-struct"></a><h3>GstGConfVideoSink</h3>
124 <pre class="programlisting">typedef struct _GstGConfVideoSink GstGConfVideoSink;</pre>
125 <p>
126 </p>
127 </div>
128 </div>
129 </div>
130 <div class="footer">
131 <hr>
132           Generated by GTK-Doc V1.17</div>
133 </body>
134 </html>