summaryrefslogtreecommitdiff
path: root/docs/plugins/gstreamer-plugins.signals
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 /docs/plugins/gstreamer-plugins.signals
parentd7d6ca735c79e2bdebe12464c198147493c44bb3 (diff)
fix upload.mak; should move to common
Original commit message from CVS: fix upload.mak; should move to common
Diffstat (limited to 'docs/plugins/gstreamer-plugins.signals')
-rw-r--r--docs/plugins/gstreamer-plugins.signals15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/plugins/gstreamer-plugins.signals b/docs/plugins/gstreamer-plugins.signals
index b2e7af9bc..5a4e85ee9 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