diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 04:22:06 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-08 04:22:06 +0000 |
commit | 4ee87c566bac4431897b58534822b1b60c5d4cde (patch) | |
tree | 7b8d23b65c67150b7ae0b1f7ab3b34cdb526966b /docs/plugins/gst-plugins-bad-plugins.args | |
parent | c8ae2ad1caf40a3c15261c2d9600b0b2f883235e (diff) | |
download | gst-plugins-bad-4ee87c566bac4431897b58534822b1b60c5d4cde.tar.gz gst-plugins-bad-4ee87c566bac4431897b58534822b1b60c5d4cde.tar.bz2 gst-plugins-bad-4ee87c566bac4431897b58534822b1b60c5d4cde.zip |
Remove multifile plugin, which has moved to -good
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/inspect/plugin-multifile.xml:
* gst/multifile/Makefile.am:
* gst/multifile/gstmultifile.c:
* gst/multifile/gstmultifilesink.c:
* gst/multifile/gstmultifilesink.h:
* gst/multifile/gstmultifilesrc.c:
* gst/multifile/gstmultifilesrc.h:
* gst/multifile/multifile.vproj:
* tests/check/Makefile.am:
* tests/check/elements/multifile.c:
Remove multifile plugin, which has moved to -good
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins.args')
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 855d9ed6..7bc350f1 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -1739,56 +1739,6 @@ </ARG> <ARG> -<NAME>GstMultiFileSink::location</NAME> -<TYPE>gchar*</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>File Location</NICK> -<BLURB>Location of the file to write.</BLURB> -<DEFAULT>NULL</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMultiFileSink::index</NAME> -<TYPE>gint</TYPE> -<RANGE>>= 0</RANGE> -<FLAGS>rw</FLAGS> -<NICK>Index</NICK> -<BLURB>Index to use with location property to create file names. The index is incremented by one for each buffer read.</BLURB> -<DEFAULT>0</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMultiFileSrc::caps</NAME> -<TYPE>GstCaps*</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Caps</NICK> -<BLURB>Caps describing the format of the data.</BLURB> -<DEFAULT></DEFAULT> -</ARG> - -<ARG> -<NAME>GstMultiFileSrc::index</NAME> -<TYPE>gint</TYPE> -<RANGE>>= 0</RANGE> -<FLAGS>rw</FLAGS> -<NICK>File Index</NICK> -<BLURB>Index to use with location property to create file names. The index is incremented by one for each buffer read.</BLURB> -<DEFAULT>0</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMultiFileSrc::location</NAME> -<TYPE>gchar*</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>File Location</NICK> -<BLURB>Pattern to create file names of input files. File names are created by calling sprintf() with the pattern and the current index.</BLURB> -<DEFAULT>"%05d"</DEFAULT> -</ARG> - -<ARG> <NAME>GstRfbSrc::host</NAME> <TYPE>gchar*</TYPE> <RANGE></RANGE> |