tizen 2.0 init
[framework/multimedia/gst-plugins-good0.10.git] / docs / plugins / html / gst-plugins-good-plugins-splitfilesrc.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>splitfilesrc</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
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-speexdec.html" title="speexdec">
10 <link rel="next" href="gst-plugins-good-plugins-streaktv.html" title="streaktv">
11 <meta name="generator" content="GTK-Doc V1.18 (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-speexdec.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-streaktv.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-splitfilesrc.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#gst-plugins-good-plugins-splitfilesrc.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#gst-plugins-good-plugins-splitfilesrc.object-hierarchy" class="shortcut">Object Hierarchy</a>
29                    | 
30                   <a href="#gst-plugins-good-plugins-splitfilesrc.properties" class="shortcut">Properties</a>
31 </td></tr>
32 </table>
33 <div class="refentry">
34 <a name="gst-plugins-good-plugins-splitfilesrc"></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-splitfilesrc.top_of_page"></a>splitfilesrc</span></h2>
38 <p>splitfilesrc — Read a sequentially named set of files as if it was one large file</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-splitfilesrc.synopsis"></a><h2>Synopsis</h2>
44 <a name="GstSplitFileSrc"></a><pre class="synopsis">struct              <a class="link" href="gst-plugins-good-plugins-splitfilesrc.html#GstSplitFileSrc-struct" title="struct GstSplitFileSrc">GstSplitFileSrc</a>;
45 </pre>
46 </div>
47 <div class="refsect1">
48 <a name="gst-plugins-good-plugins-splitfilesrc.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-libs/html/GstBaseSrc.html">GstBaseSrc</a>
54                      +----GstSplitFileSrc
55 </pre>
56 </div>
57 <div class="refsect1">
58 <a name="gst-plugins-good-plugins-splitfilesrc.properties"></a><h2>Properties</h2>
59 <pre class="synopsis">
60   "<a class="link" href="gst-plugins-good-plugins-splitfilesrc.html#GstSplitFileSrc--location" title='The "location" property'>location</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
61 </pre>
62 </div>
63 <div class="refsect1">
64 <a name="gst-plugins-good-plugins-splitfilesrc.description"></a><h2>Description</h2>
65 <p>
66 Reads data from multiple files, presenting those files as one continuous
67 file to downstream elements. This is useful for reading a large file that
68 had to be split into multiple parts due to filesystem file size limitations,
69 for example.
70 </p>
71 <p>
72 The files to select are chosen via the location property, which supports
73 (and expects) shell-style wildcards (but only for the filename, not for
74 directories). The results will be sorted.
75 </p>
76 <p>
77 </p>
78 <div class="refsect2">
79 <a name="idp21680976"></a><h3>Example launch line</h3>
80 <div class="informalexample">
81   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
82     <tbody>
83       <tr>
84         <td class="listing_lines" align="right"><pre>1</pre></td>
85         <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch splitfilesrc location<span class="gtkdoc opt">=</span><span class="string">&quot;/path/to/part-*.mpg&quot;</span> <span class="gtkdoc opt">!</span> decodebin <span class="gtkdoc opt">! ...</span> \</pre></td>
86       </tr>
87     </tbody>
88   </table>
89 </div>
90  Plays the different parts as if they were one single MPEG file.
91 </div>
92 <p>
93 </p>
94 <div class="refsynopsisdiv">
95 <h2>Synopsis</h2>
96 <div class="refsect2">
97 <a name="idp16831584"></a><h3>Element Information</h3>
98 <div class="variablelist"><table border="0">
99 <col align="left" valign="top">
100 <tbody>
101 <tr>
102 <td><p><span class="term">plugin</span></p></td>
103 <td>
104             <a class="link" href="gst-plugins-good-plugins-plugin-multifile.html#plugin-multifile">multifile</a>
105           </td>
106 </tr>
107 <tr>
108 <td><p><span class="term">author</span></p></td>
109 <td>Tim-Philipp Müller &lt;tim.muller@collabora.co.uk&gt;</td>
110 </tr>
111 <tr>
112 <td><p><span class="term">class</span></p></td>
113 <td>Source/File</td>
114 </tr>
115 </tbody>
116 </table></div>
117 </div>
118 <hr>
119 <div class="refsect2">
120 <a name="idp19318576"></a><h3>Element Pads</h3>
121 <div class="variablelist"><table border="0">
122 <col align="left" valign="top">
123 <tbody>
124 <tr>
125 <td><p><span class="term">name</span></p></td>
126 <td>src</td>
127 </tr>
128 <tr>
129 <td><p><span class="term">direction</span></p></td>
130 <td>source</td>
131 </tr>
132 <tr>
133 <td><p><span class="term">presence</span></p></td>
134 <td>always</td>
135 </tr>
136 <tr>
137 <td><p><span class="term">details</span></p></td>
138 <td>ANY</td>
139 </tr>
140 </tbody>
141 </table></div>
142 </div>
143 </div>
144 <p>
145 </p>
146 </div>
147 <div class="refsect1">
148 <a name="gst-plugins-good-plugins-splitfilesrc.details"></a><h2>Details</h2>
149 <div class="refsect2">
150 <a name="GstSplitFileSrc-struct"></a><h3>struct GstSplitFileSrc</h3>
151 <pre class="programlisting">struct GstSplitFileSrc;</pre>
152 <p>
153 </p>
154 </div>
155 </div>
156 <div class="refsect1">
157 <a name="gst-plugins-good-plugins-splitfilesrc.property-details"></a><h2>Property Details</h2>
158 <div class="refsect2">
159 <a name="GstSplitFileSrc--location"></a><h3>The <code class="literal">"location"</code> property</h3>
160 <pre class="programlisting">  "location"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
161 <p>Wildcard pattern to match file names of the input files. If the location is an absolute path or contains directory components, only the base file name part will be considered for pattern matching. The results will be sorted.</p>
162 <p>Default value: NULL</p>
163 </div>
164 </div>
165 <div class="refsect1">
166 <a name="gst-plugins-good-plugins-splitfilesrc.see-also"></a><h2>See Also</h2>
167 <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-filesrc.html#GstFileSrc"><span class="type">GstFileSrc</span></a>, <a class="link" href="gst-plugins-good-plugins-multifilesrc.html#GstMultiFileSrc"><span class="type">GstMultiFileSrc</span></a>
168 </div>
169 </div>
170 <div class="footer">
171 <hr>
172           Generated by GTK-Doc V1.18</div>
173 </body>
174 </html>