[gstreamer-bugs] [Bug 154692] - [PATCH] make unlink_many element_unlink_many

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Oct 10 13:47:47 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=154692
GStreamer | gst-python | Ver: HEAD CVS





------- Additional Comments From johan at gnome.org  2004-10-10 16:47 -------
You need to increase the ref count for Py_None before returning this:

  Py_INCREF(Py_None);
  return Py_None;

Appart from that it's fine, please commit.

FYI: We should probably allow multiple arguments to link instead of having a
separate link and link_many.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list