From a40d67523c9b4e2ea29bd0bf34712ea96a84f73a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 13 Aug 2001 20:42:48 +0000 Subject: [PATCH] You'll need this one as well Original commit message from CVS: You'll need this one as well --- swig/GstBin.i | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 swig/GstBin.i diff --git a/swig/GstBin.i b/swig/GstBin.i new file mode 100644 index 0000000000..a1ffc382e4 --- /dev/null +++ b/swig/GstBin.i @@ -0,0 +1,3 @@ +void gst_bin_add (GstBin *bin, GstElement *element); +gboolean gst_bin_iterate (GstBin *bin); +