gst/gstiterator.c: Add assertions to make sure passed GType is likely to really be...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 10 Oct 2005 15:30:45 +0000 (15:30 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 10 Oct 2005 15:30:45 +0000 (15:30 +0000)
commita1702b7646c84f53892a7311458a6f306fa80775
treedcb1294b0b51a8de0555783428e84684d3f85b19
parentee379a13b64836aba3b45ea4d0c88b21eb854845
gst/gstiterator.c: Add assertions to make sure passed GType is likely to really be a GType (as the compiler won't cat...

Original commit message from CVS:
* gst/gstiterator.c: (gst_iterator_new):
Add assertions to make sure passed GType is likely to really
be a GType (as the compiler won't catch it if the size and
GType arguments get mixed up, see #318447).
ChangeLog
gst/gstiterator.c