fix upload.mak; should move to common
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 09:48:09 +0000 (09:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 09:48:09 +0000 (09:48 +0000)
Original commit message from CVS:
fix upload.mak; should move to common

docs/plugins/gstreamer-plugins.signals
docs/plugins/inspect/plugin-coreelements.xml
docs/plugins/inspect/plugin-coreindexers.xml
docs/upload.mak

index b2e7af9..5a4e85e 100644 (file)
@@ -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
index 70692cc..7692aef 100644 (file)
@@ -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>
index 2b756ef..3662e2c 100644 (file)
@@ -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>
index c9251fb..502fc9b 100644 (file)
@@ -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; \