From 5904012d36422f860335dd128eeaf046c86e4fb8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 09:48:09 +0000 Subject: [PATCH] fix upload.mak; should move to common Original commit message from CVS: fix upload.mak; should move to common --- docs/plugins/gstreamer-plugins.signals | 15 ++++++++++++--- docs/plugins/inspect/plugin-coreelements.xml | 2 +- docs/plugins/inspect/plugin-coreindexers.xml | 2 +- docs/upload.mak | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/plugins/gstreamer-plugins.signals b/docs/plugins/gstreamer-plugins.signals index b2e7af9bc3..5a4e85ee9f 100644 --- a/docs/plugins/gstreamer-plugins.signals +++ b/docs/plugins/gstreamer-plugins.signals @@ -1,6 +1,7 @@ GstBin::element-added void +f GstBin *gstbin GstElement *arg1 @@ -8,6 +9,7 @@ GstElement *arg1 GstBin::element-removed void +f GstBin *gstbin GstElement *arg1 @@ -15,47 +17,54 @@ GstElement *arg1 GstFakeSrc::handoff void +l GstFakeSrc *gstfakesrc -GstBuffer arg1 +GstBuffer *arg1 GstPad *arg2 GstFakeSink::handoff void +l GstFakeSink *gstfakesink -GstBuffer arg1 +GstBuffer *arg1 GstPad *arg2 GstIdentity::handoff void +l GstIdentity *gstidentity -GstBuffer arg1 +GstBuffer *arg1 GstQueue::overrun void +f GstQueue *gstqueue GstQueue::running void +f GstQueue *gstqueue GstQueue::underrun void +f GstQueue *gstqueue GstTypeFindElement::have-type void +f GstTypeFindElement *gsttypefindelement guint arg1 GstCaps *arg2 diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index 70692cc146..7692aef168 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,7 +3,7 @@ standard GStreamer elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 0.10.4 + 0.10.5 LGPL gstreamer GStreamer source release diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 2b756ef028..3662e2c227 100644 --- a/docs/plugins/inspect/plugin-coreindexers.xml +++ b/docs/plugins/inspect/plugin-coreindexers.xml @@ -3,7 +3,7 @@ GStreamer core indexers ../../plugins/indexers/.libs/libgstcoreindexers.so libgstcoreindexers.so - 0.10.4 + 0.10.5 LGPL gstreamer GStreamer source release diff --git a/docs/upload.mak b/docs/upload.mak index c9251fba39..502fc9b421 100644 --- a/docs/upload.mak +++ b/docs/upload.mak @@ -19,7 +19,7 @@ DOC_URL=$(DOC_SERVER):$(DOC_BASE) upload: $(FORMATS) - @if test "x$(GST_VERSION_NANO)" = x0; then \ + @if test "x$(PACKAGE_VERSION_NANO)" = x0; then \ export DOCVERSION=$(VERSION); \ else export DOCVERSION=head; \ fi; \