summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 09:48:09 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 09:48:09 +0000
commit5904012d36422f860335dd128eeaf046c86e4fb8 (patch)
tree2d77ee2b2ed924bd4c1baab9ba0374735204c11e
parentd7d6ca735c79e2bdebe12464c198147493c44bb3 (diff)
fix upload.mak; should move to common
Original commit message from CVS: fix upload.mak; should move to common
-rw-r--r--docs/plugins/gstreamer-plugins.signals15
-rw-r--r--docs/plugins/inspect/plugin-coreelements.xml2
-rw-r--r--docs/plugins/inspect/plugin-coreindexers.xml2
-rw-r--r--docs/upload.mak2
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 @@
<SIGNAL>
<NAME>GstBin::element-added</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>f</FLAGS>
GstBin *gstbin
GstElement *arg1
</SIGNAL>
@@ -8,6 +9,7 @@ GstElement *arg1
<SIGNAL>
<NAME>GstBin::element-removed</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>f</FLAGS>
GstBin *gstbin
GstElement *arg1
</SIGNAL>
@@ -15,47 +17,54 @@ GstElement *arg1
<SIGNAL>
<NAME>GstFakeSrc::handoff</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstFakeSrc *gstfakesrc
-GstBuffer arg1
+GstBuffer *arg1
GstPad *arg2
</SIGNAL>
<SIGNAL>
<NAME>GstFakeSink::handoff</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstFakeSink *gstfakesink
-GstBuffer arg1
+GstBuffer *arg1
GstPad *arg2
</SIGNAL>
<SIGNAL>
<NAME>GstIdentity::handoff</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>l</FLAGS>
GstIdentity *gstidentity
-GstBuffer arg1
+GstBuffer *arg1
</SIGNAL>
<SIGNAL>
<NAME>GstQueue::overrun</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>f</FLAGS>
GstQueue *gstqueue
</SIGNAL>
<SIGNAL>
<NAME>GstQueue::running</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>f</FLAGS>
GstQueue *gstqueue
</SIGNAL>
<SIGNAL>
<NAME>GstQueue::underrun</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>f</FLAGS>
GstQueue *gstqueue
</SIGNAL>
<SIGNAL>
<NAME>GstTypeFindElement::have-type</NAME>
<RETURNS>void</RETURNS>
+<FLAGS>f</FLAGS>
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 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
- <version>0.10.4</version>
+ <version>0.10.5</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>
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 @@
<description>GStreamer core indexers</description>
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
<basename>libgstcoreindexers.so</basename>
- <version>0.10.4</version>
+ <version>0.10.5</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>
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; \