Thomas Vander Stichele
f39b477379
borgify further clean up docs a little
...
Original commit message from CVS:
borgify further
clean up docs a little
2005-12-01 01:12:55 +00:00
Julien Moutte
c5a52004e0
Added doc for xvimagesink.
...
Original commit message from CVS:
2005-11-26 Julien MOUTTE <julien@moutte.net>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2005-11-26 15:26:36 +00:00
Julien Moutte
f663c82d02
docs/plugins/: Updated version.
...
Original commit message from CVS:
2005-11-26 Julien MOUTTE <julien@moutte.net>
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* docs/plugins/inspect/plugin-adder.xml:
* docs/plugins/inspect/plugin-alsa.xml:
* docs/plugins/inspect/plugin-audioconvert.xml:
* docs/plugins/inspect/plugin-audiorate.xml:
* docs/plugins/inspect/plugin-audioresample.xml:
* docs/plugins/inspect/plugin-audiotestsrc.xml:
* docs/plugins/inspect/plugin-decodebin.xml:
* docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
* docs/plugins/inspect/plugin-gnomevfs.xml:
* docs/plugins/inspect/plugin-ogg.xml:
* docs/plugins/inspect/plugin-playbin.xml:
* docs/plugins/inspect/plugin-subparse.xml:
* docs/plugins/inspect/plugin-tcp.xml:
* docs/plugins/inspect/plugin-theora.xml:
* docs/plugins/inspect/plugin-typefindfunctions.xml:
* docs/plugins/inspect/plugin-video4linux.xml:
* docs/plugins/inspect/plugin-videorate.xml:
* docs/plugins/inspect/plugin-videoscale.xml:
* docs/plugins/inspect/plugin-videotestsrc.xml:
* docs/plugins/inspect/plugin-volume.xml:
* docs/plugins/inspect/plugin-vorbis.xml:
* docs/plugins/inspect/plugin-ximagesink.xml:
* docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
* sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2005-11-26 14:44:08 +00:00
Thomas Vander Stichele
e26d2a5ad0
ximage was renamed to ximagesink
...
Original commit message from CVS:
ximage was renamed to ximagesink
2005-11-23 18:53:17 +00:00
Thomas Vander Stichele
aa454b5383
remove sinesrc some more
...
Original commit message from CVS:
remove sinesrc some more
2005-11-23 15:36:58 +00:00
Thomas Vander Stichele
9d09110b33
remove sinesrc some more
...
Original commit message from CVS:
remove sinesrc some more
2005-11-23 15:30:20 +00:00
Thomas Vander Stichele
99ba50c023
releasing 0.9.5
...
Original commit message from CVS:
releasing 0.9.5
2005-11-11 19:31:04 +00:00
Thomas Vander Stichele
99bc490250
releasing 0.9.4
...
Original commit message from CVS:
releasing 0.9.4
2005-10-23 22:34:38 +00:00
Thomas Vander Stichele
43c2a24d48
update docs
...
Original commit message from CVS:
update docs
2005-10-17 15:33:39 +00:00
Stefan Kost
9be025e197
add new plugin and element
...
Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
* gst/audiotestsrc/Makefile.am:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
(gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
(gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
(gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
(gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
(gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
(gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
(gst_audiotestsrc_create_silence),
(gst_audiotestsrc_create_white_noise),
(gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
(gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
(gst_audiotestsrc_start), (plugin_init):
* gst/audiotestsrc/gstaudiotestsrc.h:
add new plugin and element
* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
use gobject_class
2005-10-09 18:34:44 +00:00
Thomas Vander Stichele
38b46073af
ignore more
...
Original commit message from CVS:
ignore more
2005-10-03 18:36:24 +00:00
Thomas Vander Stichele
272aad79bb
add/fix docs
...
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* gst/volume/gstvolume.c:
add/fix docs
* gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
* gst-libs/gst/audio/audio.h:
add conversion macros for frames <-> clocktime
2005-09-23 18:14:54 +00:00
Thomas Vander Stichele
2c3ddfeac7
fix up ffmpegcolorspace docs; extract header
...
Original commit message from CVS:
fix up ffmpegcolorspace docs; extract header
2005-09-15 15:43:28 +00:00
Thomas Vander Stichele
70a7708a8b
pick up signals and args for vorbis; add some docs for vorbis
...
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* ext/theora/Makefile.am:
* ext/theora/gsttheoraenc.h:
* ext/theora/theoraenc.c:
* ext/vorbis/vorbisenc.c:
pick up signals and args for vorbis; add some docs for vorbis
2005-09-15 15:28:36 +00:00
Thomas Vander Stichele
b0d322c5f5
only scanobj stuff from our source module. Not sure yet if that's correct, given the hierarchy stuff :)
...
Original commit message from CVS:
* common/gstdoc-scangobj:
* common/gtk-doc-plugins.mak:
* docs/libs/Makefile.am:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.interfaces:
* docs/plugins/gst-plugins-base-plugins.prerequisites:
* docs/plugins/gst-plugins-base-plugins.signals:
only scanobj stuff from our source module. Not sure yet
if that's correct, given the hierarchy stuff :)
2005-09-15 14:35:04 +00:00
Thomas Vander Stichele
2384a21cba
remove tmpl/ dir
...
Original commit message from CVS:
remove tmpl/ dir
2005-09-15 11:59:07 +00:00
Thomas Vander Stichele
858a3360d5
add prereqs
...
Original commit message from CVS:
add prereqs
2005-09-15 11:58:27 +00:00
Thomas Vander Stichele
9d12af2c02
cvsignores
...
Original commit message from CVS:
cvsignores
2005-09-15 11:57:46 +00:00
Thomas Vander Stichele
811156b0b5
commit files to be maintained by docs maintainers
...
Original commit message from CVS:
commit files to be maintained by docs maintainers
2005-09-15 11:53:45 +00:00
Andy Wingo
5c41fb2317
configure.ac (plugindir): Remove the EOL matcher from the regexp, as it causes me problems. Libtool? Make? Who knows?
...
Original commit message from CVS:
2005-09-15 Andy Wingo <wingo@pobox.com>
* configure.ac (plugindir): Remove the EOL matcher from the
regexp, as it causes me problems. Libtool? Make? Who knows?
2005-09-15 10:40:31 +00:00
Thomas Vander Stichele
8756e15bb8
add libvisual plugin and theoraenc element to docs
...
Original commit message from CVS:
add libvisual plugin and theoraenc element to docs
2005-09-14 21:53:06 +00:00
Thomas Vander Stichele
9286debe9d
add theoraenc
...
Original commit message from CVS:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* ext/theora/theoraenc.c:
add theoraenc
2005-09-14 21:36:02 +00:00
Thomas Vander Stichele
9e01408713
add more elements to the docs
...
Original commit message from CVS:
add more elements to the docs
2005-09-11 21:45:24 +00:00
Thomas Vander Stichele
307d58b70a
update inspect with source
...
Original commit message from CVS:
update inspect with source
2005-09-11 17:53:07 +00:00
Thomas Vander Stichele
bfa6a39892
try another fix for FC3 disthceck
...
Original commit message from CVS:
try another fix for FC3 disthceck
2005-09-06 09:38:44 +00:00
Thomas Vander Stichele
98ea8e5b9a
maintenance updates
...
Original commit message from CVS:
maintenance updates
2005-09-05 12:05:47 +00:00
Thomas Vander Stichele
deb5c9f6b0
include inspect stamps in EXTRA_DIST
...
Original commit message from CVS:
include inspect stamps in EXTRA_DIST
2005-09-04 11:31:21 +00:00
Thomas Vander Stichele
240d086ff9
fix distcheck
...
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
fix distcheck
* gst/audioresample/resample.c:
fix wrong docstring
2005-09-04 10:38:45 +00:00
Thomas Vander Stichele
b8888f64ce
add inspect stuff to extra_files
...
Original commit message from CVS:
add inspect stuff to extra_files
2005-09-04 01:11:32 +00:00
Thomas Vander Stichele
5c0b6b568a
take inspect stuff into the dist
...
Original commit message from CVS:
take inspect stuff into the dist
2005-09-04 00:52:50 +00:00
Thomas Vander Stichele
0a27e01804
updating docs build
...
Original commit message from CVS:
updating docs build
2005-09-03 15:02:24 +00:00
Thomas Vander Stichele
5ea209dd07
make module a param
...
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* common/plugins.xsl:
* docs/plugins/Makefile.am:
make module a param
2005-08-30 18:55:48 +00:00
Thomas Vander Stichele
536acc96d9
mangled tmpl files
...
Original commit message from CVS:
mangled tmpl files
2005-08-15 16:15:32 +00:00
Thomas Vander Stichele
e60ded44d7
add all plugin docs to the documentation
...
Original commit message from CVS:
add all plugin docs to the documentation
2005-08-15 14:52:08 +00:00
Thomas Vander Stichele
906b53b7dd
begon
...
Original commit message from CVS:
begon
2005-08-15 14:50:57 +00:00
Thomas Vander Stichele
5b0a756a32
renamed these to make it clearer what we're documenting
...
Original commit message from CVS:
renamed these to make it clearer what we're documenting
2005-08-15 14:49:58 +00:00
Thomas Vander Stichele
feec34350b
order by element name
...
Original commit message from CVS:
order by element name
2005-08-15 14:40:37 +00:00
Thomas Vander Stichele
1f40aa1676
first stab at outputting xml descriptions of elements and plugins for doc build
...
Original commit message from CVS:
first stab at outputting xml descriptions of elements and plugins for doc build
2005-08-15 14:17:53 +00:00
Thomas Vander Stichele
e571f069d1
renamed to actual element names, so much nicer to look at
...
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
renamed to actual element names, so much nicer to look at
* docs/plugins/tmpl/gstmultifdsink.sgml:
remove
* docs/plugins/tmpl/multifdsink.sgml:
* docs/plugins/tmpl/tcpserversink.sgml:
add
* ext/alsa/gstalsa.c:
* ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
* ext/ogg/gstoggmux.c:
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
* gst/playback/gstdecodebin.c:
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
* gst/tcp/gsttcpserversink.c:
various fixes and documentation additions
2005-08-05 18:51:29 +00:00
Thomas Vander Stichele
29569738a6
first stab at documenting elements
...
Original commit message from CVS:
first stab at documenting elements
2005-08-05 17:13:10 +00:00