diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-15 15:28:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-15 15:28:36 +0000 |
commit | 70a7708a8b1a81e6a6496434a77fc86e793c4331 (patch) | |
tree | 888e199d30e568538080843c58d35ea8c26395b2 /docs/plugins/Makefile.am | |
parent | b0d322c5f5206d1ab637e226a9f93cdb93b91a61 (diff) | |
download | gstreamer-plugins-base-70a7708a8b1a81e6a6496434a77fc86e793c4331.tar.gz |
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
Diffstat (limited to 'docs/plugins/Makefile.am')
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 3b65defaf..4b366e38e 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -79,6 +79,9 @@ IGNORE_CFILES = utils.c mem.c imgconvert.c EXTRA_HFILES = \ $(top_srcdir)/gst/tcp/gstmultifdsink.h \ $(top_srcdir)/gst/tcp/gsttcpserversink.h \ + $(top_srcdir)/gst/videotestsrc/gstvideotestsrc.h \ + $(top_srcdir)/ext/theora/gsttheoraenc.h \ + $(top_srcdir)/gst/volume/gstvolume.h \ $(top_srcdir)/ext/vorbis/vorbisenc.h # Images to copy into HTML directory. |