mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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
This commit is contained in:
parent
85056f97b7
commit
5ea209dd07
3 changed files with 15 additions and 7 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,22 +1,29 @@
|
|||
2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* common/gtk-doc-plugins.mak:
|
||||
* common/plugins.xsl:
|
||||
* docs/plugins/Makefile.am:
|
||||
make module a param
|
||||
|
||||
2005-08-30 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* examples/seeking/seek.c: (make_mp3_pipeline),
|
||||
(make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
|
||||
(play_cb), (pause_cb), (stop_cb):
|
||||
update the example
|
||||
update the example
|
||||
|
||||
2005-08-30 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/volume/gstvolume.c: (gst_volume_class_init),
|
||||
(volume_transform):
|
||||
do not update controlled params, if buffer has no timestamp
|
||||
do not update controlled params, if buffer has no timestamp
|
||||
|
||||
2005-08-29 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
* gst/sine/Makefile.am:
|
||||
* gst/volume/Makefile.am:
|
||||
controllerized elements also need to link against controller-libs ;)
|
||||
controllerized elements also need to link against controller-libs ;)
|
||||
|
||||
2005-08-29 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
|
@ -28,7 +35,7 @@
|
|||
(gst_sinesrc_create):
|
||||
* gst/volume/gstvolume.c: (gst_volume_class_init),
|
||||
(volume_transform):
|
||||
controllerized two audio plugins
|
||||
controllerized two audio plugins
|
||||
|
||||
2005-08-29 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 89d82b662da00096b70e70a7a102b294acaae6dd
|
||||
Subproject commit 3fb3bedc9180bab9dc8c2dc784c9327bd1cc8109
|
|
@ -4,10 +4,11 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
|
|||
|
||||
# The name of the module, e.g. 'glib'.
|
||||
#DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@
|
||||
DOC_MODULE=gst-plugins-base-plugins
|
||||
MODULE=gst-plugins-base
|
||||
DOC_MODULE=$(MODULE)-plugins
|
||||
|
||||
# for upload.mak
|
||||
DOC=gst-plugins-base-plugins
|
||||
DOC=$(MODULE)-plugins
|
||||
FORMATS=html
|
||||
html: html-build.stamp
|
||||
include $(srcdir)/../upload.mak
|
||||
|
|
Loading…
Reference in a new issue