2005-08-05 17:13:10 +00:00
|
|
|
GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
|
|
|
|
|
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
# The name of the module, e.g. 'glib'.
|
2012-04-04 12:20:13 +00:00
|
|
|
#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@
|
2005-08-30 18:55:48 +00:00
|
|
|
MODULE=gst-plugins-base
|
|
|
|
DOC_MODULE=$(MODULE)-plugins
|
2005-08-05 17:13:10 +00:00
|
|
|
|
2009-06-11 12:28:20 +00:00
|
|
|
# for upload-doc.mak
|
2005-08-30 18:55:48 +00:00
|
|
|
DOC=$(MODULE)-plugins
|
2005-08-05 17:13:10 +00:00
|
|
|
FORMATS=html
|
|
|
|
html: html-build.stamp
|
2009-06-11 12:28:20 +00:00
|
|
|
include $(top_srcdir)/common/upload-doc.mak
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# The top-level SGML file. Change it if you want.
|
|
|
|
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
|
|
|
|
|
2011-09-07 12:07:00 +00:00
|
|
|
# The directory containing the source code.
|
2005-08-05 17:13:10 +00:00
|
|
|
# gtk-doc will search all .c & .h files beneath here for inline comments
|
|
|
|
# documenting functions and macros.
|
2011-09-07 12:07:00 +00:00
|
|
|
DOC_SOURCE_DIR = $(top_srcdir)/gst $(top_srcdir)/ext $(top_srcdir)/sys
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-scan.
|
|
|
|
SCAN_OPTIONS=
|
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-mkdb.
|
2005-08-05 18:51:29 +00:00
|
|
|
MKDB_OPTIONS=--sgml-mode
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-fixref.
|
2011-03-25 09:06:35 +00:00
|
|
|
FIXXREF_OPTIONS=--extra-dir=$(top_builddir)/docs/libs/html \
|
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
2007-07-05 08:43:30 +00:00
|
|
|
--extra-dir=$(GST_PREFIX)/share/gtk-doc/html \
|
2010-08-13 15:36:38 +00:00
|
|
|
--extra-dir=$(datadir)/gtk-doc/html
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# Used for dependencies.
|
2011-09-07 12:07:00 +00:00
|
|
|
HFILE_GLOB=$(top_srcdir)/gst/*/*.h $(top_srcdir)/ext/*/*.h $(top_srcdir)/sys/*/*.h
|
2017-12-17 15:21:19 +00:00
|
|
|
CFILE_GLOB=$(top_srcdir)/gst/*/*.c $(top_srcdir)/ext/*/*.c $(top_srcdir)/sys/*/*.c $(top_srcdir)/ext/*/*.m
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# Header files to ignore when scanning.
|
2011-06-15 16:01:04 +00:00
|
|
|
IGNORE_HFILES = avcodec.h dsputil.h arch.h speex_resampler.h speex_resampler_wrapper.h fixed_arm4.h fixed_arm5e.h fixed_bfin.h fixed_debug.h fixed_generic.h resample_sse.h
|
2005-08-05 18:51:29 +00:00
|
|
|
IGNORE_CFILES = utils.c mem.c imgconvert.c
|
2005-08-05 17:13:10 +00:00
|
|
|
|
2005-08-15 14:52:08 +00:00
|
|
|
# we add all .h files of elements that have signals/args we want
|
|
|
|
# sadly this also pulls in the private methods - maybe we should
|
|
|
|
# move those around in the source ?
|
|
|
|
# also, we should add some stuff here conditionally based on whether
|
|
|
|
# or not the plugin will actually build
|
|
|
|
# but I'm not sure about that - it might be this Just Works given that
|
|
|
|
# the registry won't have the element
|
|
|
|
|
2005-08-05 18:51:29 +00:00
|
|
|
EXTRA_HFILES = \
|
2006-03-01 18:25:18 +00:00
|
|
|
$(top_srcdir)/ext/alsa/gstalsasink.h \
|
|
|
|
$(top_srcdir)/ext/alsa/gstalsasrc.h \
|
2006-03-24 10:42:11 +00:00
|
|
|
$(top_srcdir)/ext/cdparanoia/gstcdparanoiasrc.h \
|
2007-01-09 12:30:46 +00:00
|
|
|
$(top_srcdir)/ext/ogg/gstoggdemux.h \
|
2008-02-01 12:56:59 +00:00
|
|
|
$(top_srcdir)/ext/ogg/gstoggmux.h \
|
2016-06-21 18:40:17 +00:00
|
|
|
$(top_srcdir)/ext/opus/gstopusdec.h \
|
|
|
|
$(top_srcdir)/ext/opus/gstopusenc.h \
|
2005-12-02 16:52:54 +00:00
|
|
|
$(top_srcdir)/ext/pango/gstclockoverlay.h \
|
|
|
|
$(top_srcdir)/ext/pango/gsttextoverlay.h \
|
|
|
|
$(top_srcdir)/ext/pango/gsttextrender.h \
|
|
|
|
$(top_srcdir)/ext/pango/gsttimeoverlay.h \
|
2006-03-01 16:24:37 +00:00
|
|
|
$(top_srcdir)/ext/theora/gsttheoradec.h \
|
2005-09-15 15:43:28 +00:00
|
|
|
$(top_srcdir)/ext/theora/gsttheoraenc.h \
|
2008-05-28 16:10:20 +00:00
|
|
|
$(top_srcdir)/ext/theora/gsttheoraparse.h \
|
2009-02-24 13:36:39 +00:00
|
|
|
$(top_srcdir)/ext/vorbis/gstvorbisdec.h \
|
|
|
|
$(top_srcdir)/ext/vorbis/gstvorbisenc.h \
|
|
|
|
$(top_srcdir)/ext/vorbis/gstvorbisparse.h \
|
|
|
|
$(top_srcdir)/ext/vorbis/gstvorbistag.h \
|
2006-03-24 10:42:11 +00:00
|
|
|
$(top_srcdir)/gst/adder/gstadder.h \
|
2005-09-23 18:14:54 +00:00
|
|
|
$(top_srcdir)/gst/audioconvert/gstaudioconvert.h \
|
2016-06-21 18:40:17 +00:00
|
|
|
$(top_srcdir)/gst/audiorate/gstaudiorate.h \
|
|
|
|
$(top_srcdir)/gst/audioresample/gstaudioresample.h \
|
2005-12-01 01:12:55 +00:00
|
|
|
$(top_srcdir)/gst/audiotestsrc/gstaudiotestsrc.h \
|
2010-08-13 15:36:38 +00:00
|
|
|
$(top_srcdir)/gst/encoding/gstencodebin.h \
|
2012-01-18 15:19:12 +00:00
|
|
|
$(top_srcdir)/gst/gio/gstgiosink.h \
|
|
|
|
$(top_srcdir)/gst/gio/gstgiosrc.h \
|
|
|
|
$(top_srcdir)/gst/gio/gstgiostreamsink.h \
|
|
|
|
$(top_srcdir)/gst/gio/gstgiostreamsrc.h \
|
2008-05-22 22:09:16 +00:00
|
|
|
$(top_srcdir)/gst/playback/gstplay-enum.h \
|
2016-06-21 18:40:17 +00:00
|
|
|
$(top_srcdir)/gst/playback/gstplaysink.h \
|
|
|
|
$(top_srcdir)/gst/playback/gststreamsynchronizer.h \
|
2009-11-02 06:43:42 +00:00
|
|
|
$(top_srcdir)/gst/playback/gstsubtitleoverlay.h \
|
2009-12-15 18:50:56 +00:00
|
|
|
$(top_srcdir)/gst/audiorate/gstaudiorate.h \
|
2009-01-23 11:31:06 +00:00
|
|
|
$(top_srcdir)/gst/audioresample/gstaudioresample.h \
|
2017-02-25 12:48:40 +00:00
|
|
|
$(top_srcdir)/gst/rawparse/gstrawaudioparse.h \
|
|
|
|
$(top_srcdir)/gst/rawparse/gstrawvideoparse.h \
|
|
|
|
$(top_srcdir)/gst/rawparse/gstunalignedaudioparse.h \
|
|
|
|
$(top_srcdir)/gst/rawparse/gstunalignedvideoparse.h \
|
2016-06-21 18:40:17 +00:00
|
|
|
$(top_srcdir)/gst/subparse/gstssaparse.h \
|
|
|
|
$(top_srcdir)/gst/subparse/gstsubparse.h \
|
|
|
|
$(top_srcdir)/gst/tcp/gstmultifdsink.h \
|
|
|
|
$(top_srcdir)/gst/tcp/gstmultihandlesink.h \
|
2012-01-16 09:08:24 +00:00
|
|
|
$(top_srcdir)/gst/tcp/gstmultisocketsink.h \
|
2014-11-03 02:47:14 +00:00
|
|
|
$(top_srcdir)/gst/tcp/gstsocketsrc.h \
|
2008-12-16 20:16:17 +00:00
|
|
|
$(top_srcdir)/gst/tcp/gsttcpclientsink.h \
|
2016-06-21 18:40:17 +00:00
|
|
|
$(top_srcdir)/gst/tcp/gsttcpclientsrc.h \
|
2008-05-22 22:09:16 +00:00
|
|
|
$(top_srcdir)/gst/tcp/gsttcp.h \
|
2016-06-21 18:40:17 +00:00
|
|
|
$(top_srcdir)/gst/tcp/gsttcpserversink.h \
|
|
|
|
$(top_srcdir)/gst/tcp/gsttcpserversrc.h \
|
|
|
|
$(top_srcdir)/gst/videoconvert/gstvideoconvert.h \
|
2006-03-02 16:47:34 +00:00
|
|
|
$(top_srcdir)/gst/videorate/gstvideorate.h \
|
docs/plugins/: Added videoscale to 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:
Added videoscale to docs.
* gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
(gst_video_rate_swap_prev), (gst_video_rate_event),
(gst_video_rate_chain):
Fix typo in docs.
* gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
(gst_video_scale_init), (gst_video_scale_prepare_size),
(gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
(gst_video_scale_fixate_caps), (gst_video_scale_transform):
* gst/videoscale/gstvideoscale.h:
Added docs, examples.
Some code cleanups.
Post errors instead of g_warning.
2006-03-02 17:46:36 +00:00
|
|
|
$(top_srcdir)/gst/videoscale/gstvideoscale.h \
|
2005-09-15 15:28:36 +00:00
|
|
|
$(top_srcdir)/gst/videotestsrc/gstvideotestsrc.h \
|
2005-11-26 14:44:08 +00:00
|
|
|
$(top_srcdir)/gst/volume/gstvolume.h \
|
2005-11-26 15:26:36 +00:00
|
|
|
$(top_srcdir)/sys/ximage/ximagesink.h \
|
2009-01-05 23:04:57 +00:00
|
|
|
$(top_srcdir)/sys/xvimage/xvimagesink.h \
|
|
|
|
$(top_srcdir)/gst-libs/gst/app/gstappsrc.h \
|
|
|
|
$(top_srcdir)/gst-libs/gst/app/gstappsink.h
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# Images to copy into HTML directory.
|
|
|
|
HTML_IMAGES =
|
|
|
|
|
|
|
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
|
|
|
content_files =
|
|
|
|
|
|
|
|
# Other files to distribute.
|
2005-09-04 11:31:21 +00:00
|
|
|
extra_files =
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
|
|
|
|
# contains GtkObjects/GObjects and you want to document signals and properties.
|
|
|
|
GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs
|
2011-09-07 12:07:00 +00:00
|
|
|
GTKDOC_LIBS = $(GST_BASE_LIBS)
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
# If you need to override some of the declarations, place them in this file
|
2011-09-07 12:07:00 +00:00
|
|
|
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
2005-08-05 17:13:10 +00:00
|
|
|
|
|
|
|
include $(top_srcdir)/common/gtk-doc-plugins.mak
|