diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index d964cfea83..52d0736b90 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -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 \ diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml index 9f52596507..09ad84ab3e 100644 --- a/docs/gst/gstreamer-docs.sgml +++ b/docs/gst/gstreamer-docs.sgml @@ -30,7 +30,6 @@ - @@ -125,7 +124,6 @@ with some more specialized elements. &GstFakeSink; &GstDiskSrc; - &GstAsyncDiskSrc; &GstHttpSrc; &GstAudioSrc; diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index bd23c82583..7b75da64fa 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -690,21 +690,6 @@ GstCPUFlags gst_cpu_get_flags -
-gstasyncdisksrc -GstAsyncDiskSrc -GstAsyncDiskSrcFlags - -GstAsyncDiskSrc -GstAsyncDiskSrcClass -gst_asyncdisksrc_get_type -GST_TYPE_ASYNCDISKSRC -GST_ASYNCDISKSRC -GST_ASYNCDISKSRC_CLASS -GST_IS_ASYNCDISKSRC -GST_IS_ASYNCDISKSRC_CLASS -
-
gstaudiosink GstAudioSink diff --git a/docs/gst/gstreamer.hierarchy b/docs/gst/gstreamer.hierarchy index 74b32e6c65..d0831e70dd 100644 --- a/docs/gst/gstreamer.hierarchy +++ b/docs/gst/gstreamer.hierarchy @@ -9,7 +9,6 @@ GtkObject GstFakeSrc GstFakeSink GstDiskSrc - GstAsyncDiskSrc GstHttpSrc GstFdSrc GstAudioSrc diff --git a/docs/gst/gstreamer.types.in b/docs/gst/gstreamer.types.in index 075d597d04..0a7ecfb595 100644 --- a/docs/gst/gstreamer.types.in +++ b/docs/gst/gstreamer.types.in @@ -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 diff --git a/docs/gst/tmpl/gstasyncdisksrc.sgml b/docs/gst/tmpl/gstasyncdisksrc.sgml deleted file mode 100644 index ca7479d480..0000000000 --- a/docs/gst/tmpl/gstasyncdisksrc.sgml +++ /dev/null @@ -1,54 +0,0 @@ - -GstAsyncDiskSrc - - -Asynchronous disk reader. (asyncdisksrc) - - - -Reads data from a file. You can seek to a specific location by setting -the offset. - - - - - - - - - - - - - -GST_ASYNCDISKSRC_OPEN -the asyncdisksrc is open for reading - - - - - - -@GST_ASYNCDISKSRC_OPEN: -@GST_ASYNCDISKSRC_FLAG_LAST: - - - -Specify the location of the file to read. - - - - -Specify how many bytes to read at a time. - - - - -Specify the current offset in the file. - - - - - - -