Removed asyncdisksrc references from docs.
Original commit message from CVS: Removed asyncdisksrc references from docs.
This commit is contained in:
parent
d22d054374
commit
fcc2acfa37
@ -23,7 +23,6 @@ tmpl_sources = \
|
|||||||
tmpl/cothreads.sgml \
|
tmpl/cothreads.sgml \
|
||||||
tmpl/gst.sgml \
|
tmpl/gst.sgml \
|
||||||
tmpl/gstinfo.sgml \
|
tmpl/gstinfo.sgml \
|
||||||
tmpl/gstasyncdisksrc.sgml \
|
|
||||||
tmpl/gstautoplug.sgml \
|
tmpl/gstautoplug.sgml \
|
||||||
tmpl/gstscheduler.sgml \
|
tmpl/gstscheduler.sgml \
|
||||||
tmpl/gstprops.sgml \
|
tmpl/gstprops.sgml \
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
<!entity GstFakeSrc SYSTEM "sgml/gstfakesrc.sgml">
|
<!entity GstFakeSrc SYSTEM "sgml/gstfakesrc.sgml">
|
||||||
<!entity GstFakeSink SYSTEM "sgml/gstfakesink.sgml">
|
<!entity GstFakeSink SYSTEM "sgml/gstfakesink.sgml">
|
||||||
<!entity GstDiskSrc SYSTEM "sgml/gstdisksrc.sgml">
|
<!entity GstDiskSrc SYSTEM "sgml/gstdisksrc.sgml">
|
||||||
<!entity GstAsyncDiskSrc SYSTEM "sgml/gstasyncdisksrc.sgml">
|
|
||||||
<!entity GstHttpSrc SYSTEM "sgml/gsthttpsrc.sgml">
|
<!entity GstHttpSrc SYSTEM "sgml/gsthttpsrc.sgml">
|
||||||
<!entity GstFdSrc SYSTEM "sgml/gstfdsrc.sgml">
|
<!entity GstFdSrc SYSTEM "sgml/gstfdsrc.sgml">
|
||||||
<!entity GstAudioSrc SYSTEM "sgml/gstaudiosrc.sgml">
|
<!entity GstAudioSrc SYSTEM "sgml/gstaudiosrc.sgml">
|
||||||
@ -125,7 +124,6 @@ with some more specialized elements.</para>
|
|||||||
&GstFakeSink;
|
&GstFakeSink;
|
||||||
|
|
||||||
&GstDiskSrc;
|
&GstDiskSrc;
|
||||||
&GstAsyncDiskSrc;
|
|
||||||
&GstHttpSrc;
|
&GstHttpSrc;
|
||||||
|
|
||||||
&GstAudioSrc;
|
&GstAudioSrc;
|
||||||
|
@ -690,21 +690,6 @@ GstCPUFlags
|
|||||||
gst_cpu_get_flags
|
gst_cpu_get_flags
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gstasyncdisksrc</FILE>
|
|
||||||
<TITLE>GstAsyncDiskSrc</TITLE>
|
|
||||||
GstAsyncDiskSrcFlags
|
|
||||||
<SUBSECTION Standard>
|
|
||||||
GstAsyncDiskSrc
|
|
||||||
GstAsyncDiskSrcClass
|
|
||||||
gst_asyncdisksrc_get_type
|
|
||||||
GST_TYPE_ASYNCDISKSRC
|
|
||||||
GST_ASYNCDISKSRC
|
|
||||||
GST_ASYNCDISKSRC_CLASS
|
|
||||||
GST_IS_ASYNCDISKSRC
|
|
||||||
GST_IS_ASYNCDISKSRC_CLASS
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstaudiosink</FILE>
|
<FILE>gstaudiosink</FILE>
|
||||||
<TITLE>GstAudioSink</TITLE>
|
<TITLE>GstAudioSink</TITLE>
|
||||||
|
@ -9,7 +9,6 @@ GtkObject
|
|||||||
GstFakeSrc
|
GstFakeSrc
|
||||||
GstFakeSink
|
GstFakeSink
|
||||||
GstDiskSrc
|
GstDiskSrc
|
||||||
GstAsyncDiskSrc
|
|
||||||
GstHttpSrc
|
GstHttpSrc
|
||||||
GstFdSrc
|
GstFdSrc
|
||||||
GstAudioSrc
|
GstAudioSrc
|
||||||
|
@ -16,7 +16,6 @@ gst_fakesrc_get_type
|
|||||||
gst_fakesink_get_type
|
gst_fakesink_get_type
|
||||||
|
|
||||||
gst_disksrc_get_type
|
gst_disksrc_get_type
|
||||||
gst_asyncdisksrc_get_type
|
|
||||||
@GST_HTTPSRC_GET_TYPE@
|
@GST_HTTPSRC_GET_TYPE@
|
||||||
gst_fdsrc_get_type
|
gst_fdsrc_get_type
|
||||||
gst_audiosrc_get_type
|
gst_audiosrc_get_type
|
||||||
|
@ -1,54 +0,0 @@
|
|||||||
<!-- ##### SECTION Title ##### -->
|
|
||||||
GstAsyncDiskSrc
|
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
|
||||||
Asynchronous disk reader. (asyncdisksrc)
|
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
|
||||||
<para>
|
|
||||||
Reads data from a file. You can seek to a specific location by setting
|
|
||||||
the offset.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ENUM GstAsyncDiskSrcFlags ##### -->
|
|
||||||
<para>
|
|
||||||
<informaltable pgwide=1 frame="none" role="enum">
|
|
||||||
<tgroup cols="2"><colspec colwidth="2*"><colspec colwidth="8*">
|
|
||||||
<tbody>
|
|
||||||
<row>
|
|
||||||
<entry>GST_ASYNCDISKSRC_OPEN</entry>
|
|
||||||
<entry>the asyncdisksrc is open for reading</entry>
|
|
||||||
</row>
|
|
||||||
|
|
||||||
</tbody></tgroup></informaltable>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@GST_ASYNCDISKSRC_OPEN:
|
|
||||||
@GST_ASYNCDISKSRC_FLAG_LAST:
|
|
||||||
|
|
||||||
<!-- ##### ARG GstAsyncDiskSrc:location ##### -->
|
|
||||||
<para>
|
|
||||||
Specify the location of the file to read.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GstAsyncDiskSrc:bytesperread ##### -->
|
|
||||||
<para>
|
|
||||||
Specify how many bytes to read at a time.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GstAsyncDiskSrc:offset ##### -->
|
|
||||||
<para>
|
|
||||||
Specify the current offset in the file.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GstAsyncDiskSrc:size ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user