From 5ea209dd075e59d690ee8a243832c23c27b41fe1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 30 Aug 2005 18:55:48 +0000 Subject: [PATCH] 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 --- ChangeLog | 15 +++++++++++---- common | 2 +- docs/plugins/Makefile.am | 5 +++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f62b9cf..b9a69c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,29 @@ +2005-08-30 Thomas Vander Stichele + + * common/gtk-doc-plugins.mak: + * common/plugins.xsl: + * docs/plugins/Makefile.am: + make module a param + 2005-08-30 Stefan Kost * 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 * 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 * 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 @@ -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 diff --git a/common b/common index 89d82b6..3fb3bed 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 89d82b662da00096b70e70a7a102b294acaae6dd +Subproject commit 3fb3bedc9180bab9dc8c2dc784c9327bd1cc8109 diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index aa00054..1f11df7 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -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 -- 2.7.4