mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
bye bye disksrc! c-ya! peace out!
Original commit message from CVS: bye bye disksrc! c-ya! peace out!
This commit is contained in:
parent
e2cb41fed8
commit
a1669cdddd
5 changed files with 4 additions and 88 deletions
|
@ -1190,21 +1190,6 @@ GST_IS_FILESRC
|
||||||
GST_IS_FILESRC_CLASS
|
GST_IS_FILESRC_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gstdisksrc</FILE>
|
|
||||||
<TITLE>GstDiskSrc</TITLE>
|
|
||||||
GstDiskSrcFlags
|
|
||||||
<SUBSECTION Standard>
|
|
||||||
GstDiskSrc
|
|
||||||
GstDiskSrcClass
|
|
||||||
gst_disksrc_get_type
|
|
||||||
GST_TYPE_DISKSRC
|
|
||||||
GST_DISKSRC
|
|
||||||
GST_DISKSRC_CLASS
|
|
||||||
GST_IS_DISKSRC
|
|
||||||
GST_IS_DISKSRC_CLASS
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstfakesink</FILE>
|
<FILE>gstfakesink</FILE>
|
||||||
<TITLE>GstFakeSink</TITLE>
|
<TITLE>GstFakeSink</TITLE>
|
||||||
|
|
|
@ -11,7 +11,6 @@ GtkObject
|
||||||
GstFakeSrc
|
GstFakeSrc
|
||||||
GstFakeSink
|
GstFakeSink
|
||||||
GstFileSrc
|
GstFileSrc
|
||||||
GstDiskSrc
|
|
||||||
GstHttpSrc
|
GstHttpSrc
|
||||||
GstFdSrc
|
GstFdSrc
|
||||||
GstFdSink
|
GstFdSink
|
||||||
|
|
|
@ -1,74 +1,10 @@
|
||||||
manualname = gstreamer-manual
|
manualname = gstreamer-manual
|
||||||
htmlname = index.html
|
htmlname = index.html
|
||||||
|
|
||||||
sgml_files = gstreamer-manual.sgml \
|
sgml_files = $(shell echo $(srcdir)/*.sgml)
|
||||||
advanced.sgml \
|
fig_files = $(shell echo $(srcdir)/*.fig)
|
||||||
autoplugging.sgml \
|
eps_files = $(shell echo $(srcdir)/*.eps)
|
||||||
bins.sgml \
|
png_files = $(shell echo $(srcdir)/*.png)
|
||||||
buffers.sgml \
|
|
||||||
components.sgml \
|
|
||||||
quotes.sgml \
|
|
||||||
pads.sgml \
|
|
||||||
connections.sgml \
|
|
||||||
cothreads.sgml \
|
|
||||||
dynamic.sgml \
|
|
||||||
elements.sgml \
|
|
||||||
factories.sgml \
|
|
||||||
goals.sgml \
|
|
||||||
helloworld.sgml \
|
|
||||||
helloworld2.sgml \
|
|
||||||
init.sgml \
|
|
||||||
intro.sgml \
|
|
||||||
motivation.sgml \
|
|
||||||
plugins.sgml \
|
|
||||||
programs.sgml \
|
|
||||||
debugging.sgml \
|
|
||||||
queues.sgml \
|
|
||||||
states.sgml \
|
|
||||||
threads.sgml \
|
|
||||||
typedetection.sgml \
|
|
||||||
utility.sgml \
|
|
||||||
xml.sgml
|
|
||||||
|
|
||||||
fig_files = bin-element.fig \
|
|
||||||
bin-element-ghost.fig \
|
|
||||||
connected-elements.fig \
|
|
||||||
filter-element-multi.fig \
|
|
||||||
filter-element.fig \
|
|
||||||
hello-world.fig \
|
|
||||||
mime-world.fig \
|
|
||||||
queue.fig \
|
|
||||||
sink-element.fig \
|
|
||||||
src-element.fig \
|
|
||||||
state-diagram.fig \
|
|
||||||
thread.fig
|
|
||||||
|
|
||||||
eps_files = images/bin-element.eps \
|
|
||||||
images/bin-element-ghost.eps \
|
|
||||||
images/connected-elements.eps \
|
|
||||||
images/filter-element-multi.eps \
|
|
||||||
images/filter-element.eps \
|
|
||||||
images/hello-world.eps \
|
|
||||||
images/mime-world.eps \
|
|
||||||
images/queue.eps \
|
|
||||||
images/sink-element.eps \
|
|
||||||
images/src-element.eps \
|
|
||||||
images/state-diagram.eps \
|
|
||||||
images/thread.eps
|
|
||||||
|
|
||||||
png_files = images/bin-element.png \
|
|
||||||
images/bin-element-ghost.png \
|
|
||||||
images/connected-elements.png \
|
|
||||||
images/filter-element-multi.png \
|
|
||||||
images/filter-element.png \
|
|
||||||
images/hello-world.png \
|
|
||||||
images/mime-world.png \
|
|
||||||
images/queue.png \
|
|
||||||
images/sink-element.png \
|
|
||||||
images/src-element.png \
|
|
||||||
images/state-diagram.png \
|
|
||||||
images/thread.png
|
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = $(sgml_files) $(fig_files)
|
EXTRA_DIST = $(sgml_files) $(fig_files)
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@ libgstelements_la_SOURCES = \
|
||||||
gstfakesrc.c \
|
gstfakesrc.c \
|
||||||
gstidentity.c \
|
gstidentity.c \
|
||||||
gstfakesink.c \
|
gstfakesink.c \
|
||||||
gstdisksrc.c \
|
|
||||||
gstfilesrc.c \
|
gstfilesrc.c \
|
||||||
gstdisksink.c \
|
gstdisksink.c \
|
||||||
gstfdsrc.c \
|
gstfdsrc.c \
|
||||||
|
@ -30,7 +29,6 @@ noinst_HEADERS = \
|
||||||
gstfakesrc.h \
|
gstfakesrc.h \
|
||||||
gstidentity.h \
|
gstidentity.h \
|
||||||
gstfakesink.h \
|
gstfakesink.h \
|
||||||
gstdisksrc.h \
|
|
||||||
gstdisksink.h \
|
gstdisksink.h \
|
||||||
gstfdsrc.h \
|
gstfdsrc.h \
|
||||||
gstmultidisksrc.h \
|
gstmultidisksrc.h \
|
||||||
|
|
|
@ -14,7 +14,6 @@ libgstelements_la_SOURCES = \
|
||||||
gstfakesrc.c \
|
gstfakesrc.c \
|
||||||
gstidentity.c \
|
gstidentity.c \
|
||||||
gstfakesink.c \
|
gstfakesink.c \
|
||||||
gstdisksrc.c \
|
|
||||||
gstfilesrc.c \
|
gstfilesrc.c \
|
||||||
gstdisksink.c \
|
gstdisksink.c \
|
||||||
gstfdsrc.c \
|
gstfdsrc.c \
|
||||||
|
@ -30,7 +29,6 @@ noinst_HEADERS = \
|
||||||
gstfakesrc.h \
|
gstfakesrc.h \
|
||||||
gstidentity.h \
|
gstidentity.h \
|
||||||
gstfakesink.h \
|
gstfakesink.h \
|
||||||
gstdisksrc.h \
|
|
||||||
gstdisksink.h \
|
gstdisksink.h \
|
||||||
gstfdsrc.h \
|
gstfdsrc.h \
|
||||||
gstmultidisksrc.h \
|
gstmultidisksrc.h \
|
||||||
|
|
Loading…
Reference in a new issue