mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-04 07:24:46 +00:00
Removed asyncdisksrc references from docs.
Original commit message from CVS: Removed asyncdisksrc references from docs.
This commit is contained in:
parent
d22d054374
commit
fcc2acfa37
6 changed files with 0 additions and 74 deletions
|
@ -23,7 +23,6 @@ tmpl_sources = \
|
|||
tmpl/cothreads.sgml \
|
||||
tmpl/gst.sgml \
|
||||
tmpl/gstinfo.sgml \
|
||||
tmpl/gstasyncdisksrc.sgml \
|
||||
tmpl/gstautoplug.sgml \
|
||||
tmpl/gstscheduler.sgml \
|
||||
tmpl/gstprops.sgml \
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
<!entity GstFakeSrc SYSTEM "sgml/gstfakesrc.sgml">
|
||||
<!entity GstFakeSink SYSTEM "sgml/gstfakesink.sgml">
|
||||
<!entity GstDiskSrc SYSTEM "sgml/gstdisksrc.sgml">
|
||||
<!entity GstAsyncDiskSrc SYSTEM "sgml/gstasyncdisksrc.sgml">
|
||||
<!entity GstHttpSrc SYSTEM "sgml/gsthttpsrc.sgml">
|
||||
<!entity GstFdSrc SYSTEM "sgml/gstfdsrc.sgml">
|
||||
<!entity GstAudioSrc SYSTEM "sgml/gstaudiosrc.sgml">
|
||||
|
@ -125,7 +124,6 @@ with some more specialized elements.</para>
|
|||
&GstFakeSink;
|
||||
|
||||
&GstDiskSrc;
|
||||
&GstAsyncDiskSrc;
|
||||
&GstHttpSrc;
|
||||
|
||||
&GstAudioSrc;
|
||||
|
|
|
@ -690,21 +690,6 @@ GstCPUFlags
|
|||
gst_cpu_get_flags
|
||||
</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>
|
||||
<FILE>gstaudiosink</FILE>
|
||||
<TITLE>GstAudioSink</TITLE>
|
||||
|
|
|
@ -9,7 +9,6 @@ GtkObject
|
|||
GstFakeSrc
|
||||
GstFakeSink
|
||||
GstDiskSrc
|
||||
GstAsyncDiskSrc
|
||||
GstHttpSrc
|
||||
GstFdSrc
|
||||
GstAudioSrc
|
||||
|
|
|
@ -16,7 +16,6 @@ gst_fakesrc_get_type
|
|||
gst_fakesink_get_type
|
||||
|
||||
gst_disksrc_get_type
|
||||
gst_asyncdisksrc_get_type
|
||||
@GST_HTTPSRC_GET_TYPE@
|
||||
gst_fdsrc_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…
Reference in a new issue