commit | a1702b7646c84f53892a7311458a6f306fa80775 | [log] [tgz] |
---|---|---|
author | Tim-Philipp Müller <tim@centricular.net> | Mon Oct 10 15:30:45 2005 +0000 |
committer | Tim-Philipp Müller <tim@centricular.net> | Mon Oct 10 15:30:45 2005 +0000 |
tree | dcb1294b0b51a8de0555783428e84684d3f85b19 | |
parent | ee379a13b64836aba3b45ea4d0c88b21eb854845 [diff] |
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).