2005-08-30 19:01:18 +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:33:23 +00:00
|
|
|
#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@
|
2005-08-30 19:01:18 +00:00
|
|
|
MODULE=gst-plugins-good
|
|
|
|
DOC_MODULE=$(MODULE)-plugins
|
|
|
|
|
2009-06-11 12:32:22 +00:00
|
|
|
# for upload-doc.mak
|
2005-08-30 19:01:18 +00:00
|
|
|
DOC=$(MODULE)-plugins
|
|
|
|
FORMATS=html
|
|
|
|
html: html-build.stamp
|
2009-06-11 12:32:22 +00:00
|
|
|
include $(top_srcdir)/common/upload-doc.mak
|
2005-08-30 19:01:18 +00:00
|
|
|
|
|
|
|
# The top-level SGML file. Change it if you want.
|
|
|
|
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
|
|
|
|
|
2011-09-07 12:18:58 +00:00
|
|
|
# The directory containing the source code.
|
2005-08-30 19:01:18 +00:00
|
|
|
# gtk-doc will search all .c & .h files beneath here for inline comments
|
|
|
|
# documenting functions and macros.
|
2011-09-07 12:18:58 +00:00
|
|
|
DOC_SOURCE_DIR = $(top_srcdir)/gst $(top_srcdir)/ext $(top_srcdir)/sys
|
2005-08-30 19:01:18 +00:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-scan.
|
|
|
|
SCAN_OPTIONS=
|
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-mkdb.
|
2006-05-01 11:46:33 +00:00
|
|
|
MKDB_OPTIONS=--sgml-mode --source-suffixes=c,h,cc
|
2005-08-30 19:01:18 +00:00
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-fixref.
|
2007-07-05 08:44:11 +00:00
|
|
|
FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
|
|
|
--extra-dir=$(GST_PREFIX)/share/gtk-doc/html \
|
|
|
|
--extra-dir=$(GSTPB_PREFIX)/share/gtk-doc/html
|
2005-08-30 19:01:18 +00:00
|
|
|
|
|
|
|
# Used for dependencies.
|
2011-09-07 12:18:58 +00:00
|
|
|
HFILE_GLOB= \
|
|
|
|
$(top_srcdir)/gst/*/*.h $(top_srcdir)/ext/*/*.h $(top_srcdir)/sys/*/*.h
|
|
|
|
CFILE_GLOB= \
|
|
|
|
$(top_srcdir)/gst/*/*.c $(top_srcdir)/ext/*/*.c $(top_srcdir)/sys/*/*.c \
|
|
|
|
$(top_srcdir)/ext/*/*.cc $(top_srcdir)/sys/*/*.m
|
2005-08-30 19:01:18 +00:00
|
|
|
|
|
|
|
# Header files to ignore when scanning.
|
|
|
|
IGNORE_HFILES =
|
|
|
|
IGNORE_CFILES =
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
EXTRA_HFILES = \
|
2008-05-28 13:28:20 +00:00
|
|
|
$(top_srcdir)/ext/aalib/gstaasink.h \
|
2009-01-28 15:46:06 +00:00
|
|
|
$(top_srcdir)/ext/cairo/gsttextoverlay.h \
|
2005-11-25 22:14:47 +00:00
|
|
|
$(top_srcdir)/ext/cairo/gsttimeoverlay.h \
|
2009-07-17 11:49:21 +00:00
|
|
|
$(top_srcdir)/ext/cairo/gstcairorender.h \
|
2011-01-28 00:14:04 +00:00
|
|
|
$(top_srcdir)/ext/cairo/gstcairooverlay.h \
|
docs/plugins/: Added dvdec and dvdemux to docs.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
Added dvdec and dvdemux to docs.
* ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
Added docs.
Check frame sizes so we don't crash when don't have enough
data.
Send nice error messages on error.
* ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
(gst_dvdemux_class_init), (gst_dvdemux_init),
(gst_dvdemux_finalize), (gst_dvdemux_reset),
(gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
(gst_dvdemux_src_query), (gst_dvdemux_sink_query),
(gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
(gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
(gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
(gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
(gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
(gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
(gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
(gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
(gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
* ext/dv/gstdvdemux.h:
Added docs.
Implement pull mode.
Fix memleaks.
Reduce memcpy for the video demuxing.
2006-02-28 10:22:11 +00:00
|
|
|
$(top_srcdir)/ext/dv/gstdvdec.h \
|
|
|
|
$(top_srcdir)/ext/dv/gstdvdemux.h \
|
2005-12-08 16:27:12 +00:00
|
|
|
$(top_srcdir)/ext/flac/gstflacdec.h \
|
2008-08-06 15:34:55 +00:00
|
|
|
$(top_srcdir)/ext/flac/gstflacenc.h \
|
|
|
|
$(top_srcdir)/ext/flac/gstflactag.h \
|
2008-04-25 19:24:00 +00:00
|
|
|
$(top_srcdir)/ext/gdk_pixbuf/gstgdkpixbufsink.h \
|
2011-01-02 15:25:41 +00:00
|
|
|
$(top_srcdir)/ext/jack/gstjackaudiosrc.h \
|
|
|
|
$(top_srcdir)/ext/jack/gstjackaudiosink.h \
|
2006-03-03 15:50:40 +00:00
|
|
|
$(top_srcdir)/ext/jpeg/gstjpegdec.h \
|
|
|
|
$(top_srcdir)/ext/jpeg/gstjpegenc.h \
|
2008-05-28 13:28:20 +00:00
|
|
|
$(top_srcdir)/ext/libcaca/gstcacasink.h \
|
2007-07-18 09:21:23 +00:00
|
|
|
$(top_srcdir)/ext/libpng/gstpngdec.h \
|
|
|
|
$(top_srcdir)/ext/libpng/gstpngenc.h \
|
2008-05-28 14:31:05 +00:00
|
|
|
$(top_srcdir)/ext/raw1394/gstdv1394src.h \
|
2008-08-11 15:05:13 +00:00
|
|
|
$(top_srcdir)/ext/raw1394/gsthdv1394src.h \
|
2008-04-12 23:30:54 +00:00
|
|
|
$(top_srcdir)/ext/soup/gstsouphttpsrc.h \
|
2006-06-16 10:56:24 +00:00
|
|
|
$(top_srcdir)/ext/taglib/gstapev2mux.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/ext/taglib/gstid3v2mux.h \
|
2008-06-10 08:22:17 +00:00
|
|
|
$(top_srcdir)/ext/pulse/pulsesink.h \
|
|
|
|
$(top_srcdir)/ext/pulse/pulsesrc.h \
|
2009-01-28 15:46:06 +00:00
|
|
|
$(top_srcdir)/ext/speex/gstspeexenc.h \
|
|
|
|
$(top_srcdir)/ext/speex/gstspeexdec.h \
|
2012-09-16 13:43:39 +00:00
|
|
|
$(top_srcdir)/ext/vpx/gstvp8dec.h \
|
|
|
|
$(top_srcdir)/ext/vpx/gstvp8enc.h \
|
2009-01-28 10:29:42 +00:00
|
|
|
$(top_srcdir)/ext/wavpack/gstwavpackdec.h \
|
|
|
|
$(top_srcdir)/ext/wavpack/gstwavpackenc.h \
|
2010-03-15 18:07:28 +00:00
|
|
|
$(top_srcdir)/gst/alpha/gstalpha.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/alpha/gstalphacolor.h \
|
|
|
|
$(top_srcdir)/gst/apetag/gstapedemux.h \
|
|
|
|
$(top_srcdir)/gst/audiofx/audioamplify.h \
|
2009-01-22 09:40:34 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audioecho.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audiodynamic.h \
|
|
|
|
$(top_srcdir)/gst/audiofx/audioinvert.h \
|
2008-05-28 14:07:21 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audiokaraoke.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audiopanorama.h \
|
2008-02-06 23:44:43 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audiocheblimit.h \
|
|
|
|
$(top_srcdir)/gst/audiofx/audiochebband.h \
|
Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the...
Original commit message from CVS:
* configure.ac:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
(gst_audio_fir_filter_class_init),
(gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
(gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
(gst_audio_fir_filter_set_property),
(gst_audio_fir_filter_get_property):
* gst/audiofx/audiofirfilter.h:
* gst/audiofx/audiofx.c: (plugin_init):
* gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
(gst_audio_iir_filter_class_init),
(gst_audio_iir_filter_update_coefficients),
(gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
(gst_audio_iir_filter_finalize),
(gst_audio_iir_filter_set_property),
(gst_audio_iir_filter_get_property):
* gst/audiofx/audioiirfilter.h:
Add audioiirfilter and audiofirfilter elements which allow
generic IIR/FIR filters to be implemented by providing the
filter coefficients. Fixes bug #567577.
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.signals:
* docs/plugins/inspect/plugin-alaw.xml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-avi.xml:
* docs/plugins/inspect/plugin-flac.xml:
* docs/plugins/inspect/plugin-mulaw.xml:
* docs/plugins/inspect/plugin-video4linux2.xml:
* docs/plugins/inspect/plugin-wavparse.xml:
Add documentation for the audioiirfilter and audiofirfilter
elements.
* tests/check/Makefile.am:
* tests/check/elements/audiofirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audiofirfilter_suite):
* tests/check/elements/audioiirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audioiirfilter_suite):
* tests/examples/Makefile.am:
* tests/examples/audiofx/Makefile.am:
* tests/examples/audiofx/firfilter-example.c: (on_message),
(on_rate_changed), (main):
* tests/examples/audiofx/iirfilter-example.c: (on_message),
(on_rate_changed), (main):
Add unit tests and example applications for the two filter
elements.
2009-01-13 19:23:57 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audioiirfilter.h \
|
2008-02-07 21:57:54 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audiowsincband.h \
|
|
|
|
$(top_srcdir)/gst/audiofx/audiowsinclimit.h \
|
Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the...
Original commit message from CVS:
* configure.ac:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
(gst_audio_fir_filter_class_init),
(gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
(gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
(gst_audio_fir_filter_set_property),
(gst_audio_fir_filter_get_property):
* gst/audiofx/audiofirfilter.h:
* gst/audiofx/audiofx.c: (plugin_init):
* gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
(gst_audio_iir_filter_class_init),
(gst_audio_iir_filter_update_coefficients),
(gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
(gst_audio_iir_filter_finalize),
(gst_audio_iir_filter_set_property),
(gst_audio_iir_filter_get_property):
* gst/audiofx/audioiirfilter.h:
Add audioiirfilter and audiofirfilter elements which allow
generic IIR/FIR filters to be implemented by providing the
filter coefficients. Fixes bug #567577.
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.signals:
* docs/plugins/inspect/plugin-alaw.xml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-avi.xml:
* docs/plugins/inspect/plugin-flac.xml:
* docs/plugins/inspect/plugin-mulaw.xml:
* docs/plugins/inspect/plugin-video4linux2.xml:
* docs/plugins/inspect/plugin-wavparse.xml:
Add documentation for the audioiirfilter and audiofirfilter
elements.
* tests/check/Makefile.am:
* tests/check/elements/audiofirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audiofirfilter_suite):
* tests/check/elements/audioiirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audioiirfilter_suite):
* tests/examples/Makefile.am:
* tests/examples/audiofx/Makefile.am:
* tests/examples/audiofx/firfilter-example.c: (on_message),
(on_rate_changed), (main):
* tests/examples/audiofx/iirfilter-example.c: (on_message),
(on_rate_changed), (main):
Add unit tests and example applications for the two filter
elements.
2009-01-13 19:23:57 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/audiofirfilter.h \
|
2012-12-14 15:13:19 +00:00
|
|
|
$(top_srcdir)/gst/audiofx/gstscaletempo.h \
|
2011-04-07 14:20:19 +00:00
|
|
|
$(top_srcdir)/gst/audioparsers/gstaacparse.h \
|
|
|
|
$(top_srcdir)/gst/audioparsers/gstac3parse.h \
|
|
|
|
$(top_srcdir)/gst/audioparsers/gstamrparse.h \
|
|
|
|
$(top_srcdir)/gst/audioparsers/gstflacparse.h \
|
|
|
|
$(top_srcdir)/gst/audioparsers/gstdcaparse.h \
|
|
|
|
$(top_srcdir)/gst/audioparsers/gstmpegaudioparse.h \
|
2010-04-08 13:51:05 +00:00
|
|
|
$(top_srcdir)/gst/auparse/gstauparse.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/autodetect/gstautoaudiosink.h \
|
2008-10-27 09:21:44 +00:00
|
|
|
$(top_srcdir)/gst/autodetect/gstautoaudiosrc.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/autodetect/gstautovideosink.h \
|
2008-10-27 09:21:44 +00:00
|
|
|
$(top_srcdir)/gst/autodetect/gstautovideosrc.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/avi/gstavidemux.h \
|
|
|
|
$(top_srcdir)/gst/avi/gstavimux.h \
|
2008-02-01 18:29:21 +00:00
|
|
|
$(top_srcdir)/gst/avi/gstavisubtitle.h \
|
2009-01-28 10:29:42 +00:00
|
|
|
$(top_srcdir)/gst/cutter/gstcutter.h \
|
2010-05-11 12:07:19 +00:00
|
|
|
$(top_srcdir)/gst/debugutils/gstcapssetter.h \
|
2009-04-15 13:03:27 +00:00
|
|
|
$(top_srcdir)/gst/debugutils/gsttaginject.h \
|
|
|
|
$(top_srcdir)/gst/debugutils/progressreport.h \
|
2009-05-13 08:46:40 +00:00
|
|
|
$(top_srcdir)/gst/deinterlace/gstdeinterlace.h \
|
2009-06-16 18:38:42 +00:00
|
|
|
$(top_srcdir)/gst/effectv/gstaging.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstdice.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstedge.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstquark.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstrev.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstshagadelic.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstvertigo.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstwarp.h \
|
2009-07-16 10:17:32 +00:00
|
|
|
$(top_srcdir)/gst/effectv/gststreak.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstripple.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstop.h \
|
|
|
|
$(top_srcdir)/gst/effectv/gstradioac.h \
|
2008-05-28 13:28:20 +00:00
|
|
|
$(top_srcdir)/gst/equalizer/gstiirequalizer.h \
|
|
|
|
$(top_srcdir)/gst/equalizer/gstiirequalizer3bands.h \
|
|
|
|
$(top_srcdir)/gst/equalizer/gstiirequalizer10bands.h \
|
|
|
|
$(top_srcdir)/gst/equalizer/gstiirequalizernbands.h \
|
2009-05-12 19:36:31 +00:00
|
|
|
$(top_srcdir)/gst/flv/gstflvdemux.h \
|
|
|
|
$(top_srcdir)/gst/flv/gstflvmux.h \
|
2010-04-08 14:36:30 +00:00
|
|
|
$(top_srcdir)/gst/flx/gstflxdec.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/goom/gstgoom.h \
|
2009-01-28 10:29:42 +00:00
|
|
|
$(top_srcdir)/gst/goom2k1/gstgoom.h \
|
|
|
|
$(top_srcdir)/gst/law/alaw-decode.h \
|
|
|
|
$(top_srcdir)/gst/law/alaw-encode.h \
|
|
|
|
$(top_srcdir)/gst/law/mulaw-decode.h \
|
|
|
|
$(top_srcdir)/gst/law/mulaw-encode.h \
|
2006-07-24 15:25:49 +00:00
|
|
|
$(top_srcdir)/gst/icydemux/gsticydemux.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/id3demux/gstid3demux.h \
|
2010-05-11 13:23:47 +00:00
|
|
|
$(top_srcdir)/gst/imagefreeze/gstimagefreeze.h \
|
2008-07-19 01:01:13 +00:00
|
|
|
$(top_srcdir)/gst/interleave/deinterleave.h \
|
|
|
|
$(top_srcdir)/gst/interleave/interleave.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/level/gstlevel.h \
|
2008-12-05 09:24:18 +00:00
|
|
|
$(top_srcdir)/gst/matroska/matroska-demux.h \
|
|
|
|
$(top_srcdir)/gst/matroska/matroska-mux.h \
|
2010-05-21 11:27:07 +00:00
|
|
|
$(top_srcdir)/gst/matroska/webm-mux.h \
|
2008-01-15 16:52:10 +00:00
|
|
|
$(top_srcdir)/gst/monoscope/gstmonoscope.h \
|
2008-02-08 04:25:32 +00:00
|
|
|
$(top_srcdir)/gst/multifile/gstmultifilesink.h \
|
|
|
|
$(top_srcdir)/gst/multifile/gstmultifilesrc.h \
|
2011-11-30 19:25:37 +00:00
|
|
|
$(top_srcdir)/gst/multifile/gstsplitfilesrc.h \
|
2008-01-15 15:22:41 +00:00
|
|
|
$(top_srcdir)/gst/multipart/multipartdemux.h \
|
|
|
|
$(top_srcdir)/gst/multipart/multipartmux.h \
|
2011-04-30 16:46:36 +00:00
|
|
|
$(top_srcdir)/gst/isomp4/qtdemux.h \
|
|
|
|
$(top_srcdir)/gst/isomp4/gstqtmux.h \
|
|
|
|
$(top_srcdir)/gst/isomp4/gstqtmux-doc.h \
|
2008-07-19 01:01:13 +00:00
|
|
|
$(top_srcdir)/gst/replaygain/gstrganalysis.h \
|
|
|
|
$(top_srcdir)/gst/replaygain/gstrglimiter.h \
|
|
|
|
$(top_srcdir)/gst/replaygain/gstrgvolume.h \
|
2010-04-08 14:17:06 +00:00
|
|
|
$(top_srcdir)/gst/rtp/gstrtpj2kpay.h \
|
2009-01-28 10:29:42 +00:00
|
|
|
$(top_srcdir)/gst/rtp/gstrtpjpegpay.h \
|
2009-08-11 01:31:44 +00:00
|
|
|
$(top_srcdir)/gst/rtpmanager/gstrtpbin.h \
|
|
|
|
$(top_srcdir)/gst/rtpmanager/gstrtpjitterbuffer.h \
|
|
|
|
$(top_srcdir)/gst/rtpmanager/gstrtpptdemux.h \
|
|
|
|
$(top_srcdir)/gst/rtpmanager/gstrtpsession.h \
|
|
|
|
$(top_srcdir)/gst/rtpmanager/gstrtpssrcdemux.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/rtsp/gstrtpdec.h \
|
|
|
|
$(top_srcdir)/gst/rtsp/gstrtspsrc.h \
|
2010-02-12 10:18:26 +00:00
|
|
|
$(top_srcdir)/gst/shapewipe/gstshapewipe.h \
|
2008-05-28 16:22:36 +00:00
|
|
|
$(top_srcdir)/gst/smpte/gstsmpte.h \
|
|
|
|
$(top_srcdir)/gst/smpte/gstsmptealpha.h \
|
2008-02-08 03:28:57 +00:00
|
|
|
$(top_srcdir)/gst/spectrum/gstspectrum.h \
|
2006-02-06 15:31:16 +00:00
|
|
|
$(top_srcdir)/gst/udp/gstmultiudpsink.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/udp/gstudpsrc.h \
|
2009-01-28 10:29:42 +00:00
|
|
|
$(top_srcdir)/gst/udp/gstudpsink.h \
|
2009-08-14 11:45:22 +00:00
|
|
|
$(top_srcdir)/gst/videobox/gstvideobox.h \
|
2007-07-18 09:21:23 +00:00
|
|
|
$(top_srcdir)/gst/videocrop/gstvideocrop.h \
|
2009-01-23 20:46:13 +00:00
|
|
|
$(top_srcdir)/gst/videocrop/gstaspectratiocrop.h \
|
2008-01-15 16:52:10 +00:00
|
|
|
$(top_srcdir)/gst/videofilter/gstgamma.h \
|
docs/plugins/: Added videobalance and videoflip to the docs.
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
Added videobalance and videoflip to the docs.
* gst/videofilter/Makefile.am:
* gst/videofilter/gstvideobalance.c:
(gst_video_balance_update_tables_planar411),
(gst_video_balance_is_passthrough),
(gst_video_balance_update_properties), (oil_tablelookup_u8),
(gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
(gst_video_balance_transform_ip), (gst_video_balance_base_init),
(gst_video_balance_finalize), (gst_video_balance_class_init),
(gst_video_balance_init), (gst_video_balance_interface_supported),
(gst_video_balance_interface_init),
(gst_video_balance_colorbalance_list_channels),
(gst_video_balance_colorbalance_set_value),
(gst_video_balance_colorbalance_get_value),
(gst_video_balance_colorbalance_init),
(gst_video_balance_set_property), (gst_video_balance_get_property),
(gst_video_balance_get_type), (plugin_init):
* gst/videofilter/gstvideobalance.h:
Ported to 0.10. (Fixes #326160)
Added docs.
* gst/videofilter/gstvideoflip.c:
* gst/videofilter/gstvideoflip.h:
Added docs.
2006-03-03 14:39:55 +00:00
|
|
|
$(top_srcdir)/gst/videofilter/gstvideobalance.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/videofilter/gstvideoflip.h \
|
2010-09-02 09:19:06 +00:00
|
|
|
$(top_srcdir)/gst/videomixer/videomixer2.h \
|
|
|
|
$(top_srcdir)/gst/videomixer/videomixer2pad.h \
|
2009-01-28 10:29:42 +00:00
|
|
|
$(top_srcdir)/gst/wavenc/gstwavenc.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/gst/wavparse/gstwavparse.h \
|
2009-05-15 23:00:07 +00:00
|
|
|
$(top_srcdir)/gst/y4m/gsty4mencode.h \
|
2007-06-08 17:37:02 +00:00
|
|
|
$(top_srcdir)/sys/directsound/gstdirectsoundsink.h \
|
2010-05-11 18:01:51 +00:00
|
|
|
$(top_srcdir)/sys/oss4/oss4-sink.h \
|
|
|
|
$(top_srcdir)/sys/oss4/oss4-source.h \
|
2006-08-18 17:00:53 +00:00
|
|
|
$(top_srcdir)/sys/oss/gstosssink.h \
|
2007-06-08 19:45:43 +00:00
|
|
|
$(top_srcdir)/sys/oss/gstosssrc.h \
|
2008-01-15 15:22:41 +00:00
|
|
|
$(top_srcdir)/sys/osxaudio/gstosxaudiosrc.h \
|
|
|
|
$(top_srcdir)/sys/osxaudio/gstosxaudiosink.h \
|
|
|
|
$(top_srcdir)/sys/osxvideo/osxvideosink.h \
|
2007-04-30 11:15:58 +00:00
|
|
|
$(top_srcdir)/sys/v4l2/gstv4l2src.h \
|
2010-04-08 07:26:25 +00:00
|
|
|
$(top_srcdir)/sys/v4l2/gstv4l2sink.h \
|
2011-03-26 22:19:58 +00:00
|
|
|
$(top_srcdir)/sys/v4l2/gstv4l2radio.h \
|
2009-01-28 10:29:42 +00:00
|
|
|
$(top_srcdir)/sys/waveform/gstwaveformsink.h \
|
2006-04-28 18:57:09 +00:00
|
|
|
$(top_srcdir)/sys/ximage/gstximagesrc.h
|
2005-08-30 19:01:18 +00:00
|
|
|
|
2005-09-14 20:51:47 +00:00
|
|
|
# example code that needs to be converted to xml and placed in xml/
|
|
|
|
EXAMPLE_CFILES = \
|
2008-02-09 01:45:32 +00:00
|
|
|
$(top_srcdir)/tests/examples/level/level-example.c \
|
Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR filters to be implemented by providing the...
Original commit message from CVS:
* configure.ac:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
(gst_audio_fir_filter_class_init),
(gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
(gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
(gst_audio_fir_filter_set_property),
(gst_audio_fir_filter_get_property):
* gst/audiofx/audiofirfilter.h:
* gst/audiofx/audiofx.c: (plugin_init):
* gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
(gst_audio_iir_filter_class_init),
(gst_audio_iir_filter_update_coefficients),
(gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
(gst_audio_iir_filter_finalize),
(gst_audio_iir_filter_set_property),
(gst_audio_iir_filter_get_property):
* gst/audiofx/audioiirfilter.h:
Add audioiirfilter and audiofirfilter elements which allow
generic IIR/FIR filters to be implemented by providing the
filter coefficients. Fixes bug #567577.
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/gst-plugins-good-plugins.signals:
* docs/plugins/inspect/plugin-alaw.xml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-avi.xml:
* docs/plugins/inspect/plugin-flac.xml:
* docs/plugins/inspect/plugin-mulaw.xml:
* docs/plugins/inspect/plugin-video4linux2.xml:
* docs/plugins/inspect/plugin-wavparse.xml:
Add documentation for the audioiirfilter and audiofirfilter
elements.
* tests/check/Makefile.am:
* tests/check/elements/audiofirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audiofirfilter_suite):
* tests/check/elements/audioiirfilter.c: (on_message),
(on_rate_changed), (on_handoff), (GST_START_TEST),
(audioiirfilter_suite):
* tests/examples/Makefile.am:
* tests/examples/audiofx/Makefile.am:
* tests/examples/audiofx/firfilter-example.c: (on_message),
(on_rate_changed), (main):
* tests/examples/audiofx/iirfilter-example.c: (on_message),
(on_rate_changed), (main):
Add unit tests and example applications for the two filter
elements.
2009-01-13 19:23:57 +00:00
|
|
|
$(top_srcdir)/tests/examples/spectrum/spectrum-example.c \
|
|
|
|
$(top_srcdir)/tests/examples/audiofx/firfilter-example.c \
|
|
|
|
$(top_srcdir)/tests/examples/audiofx/iirfilter-example.c
|
2005-09-14 20:51:47 +00:00
|
|
|
|
2005-08-30 19:01:18 +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.
|
|
|
|
extra_files =
|
|
|
|
|
|
|
|
# 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)
|
2011-09-07 12:18:58 +00:00
|
|
|
GTKDOC_LIBS = $(GST_BASE_LIBS)
|
2005-08-30 19:01:18 +00:00
|
|
|
|
2009-02-22 17:23:09 +00:00
|
|
|
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
|
|
|
|
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
|
2005-08-30 19:01:18 +00:00
|
|
|
|
|
|
|
# If you need to override some of the declarations, place them in this file
|
|
|
|
# and uncomment this line.
|
|
|
|
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
|
|
|
DOC_OVERRIDES =
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/gtk-doc-plugins.mak
|