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); +