summaryrefslogtreecommitdiff
path: root/gst/pygstiterator.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Raise an Exception when wrapping a NULL GstIterator.Edward Hervey1-0/+5
2008-06-26gst/: Fix double-import issues on macosx.Edward Hervey1-0/+3
2006-10-05gst/pygstiterator.c: Printf format fix.Tim-Philipp Müller1-100/+100
2006-07-02Removal of all glib < 2.8 cruft since GStreamer core now requires glib >= 2.8Edward Hervey1-4/+1
2005-10-07gst/pygstiterator.c: Unref the return value, since the iterator refs them.Edward Hervey1-5/+16
2005-10-07gst/: Even more bored tonight: Implement next/resync/push.Johan Dahlin1-9/+40
2005-10-07Add GstIterator wrapping and tests.Johan Dahlin1-0/+113