gst/gstiterator.h: Add some includes.
authorAndy Wingo <wingo@pobox.com>
Mon, 9 May 2005 06:21:10 +0000 (06:21 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 9 May 2005 06:21:10 +0000 (06:21 +0000)
commit328ddd73631d44b646b3a41514c3ce90877f83b8
tree25aba0313a928d49103368ddf2547d7a2a94d17b
parent01162bee21032eeaa5db66f4e20a80401f857eda
gst/gstiterator.h: Add some includes.

Original commit message from CVS:
2005-05-09  Andy Wingo  <wingo@pobox.com>

* gst/gstiterator.h: Add some includes.

* gst/gstqueryutils.h: Include more headers.

* gst/gstpad.h:
* gst/gstpad.c (gst_pad_query_position): New routine, replaces
some uses of gst_pad_query.

* gst/gstqueryutils.c: Build fixes. Make parse functions ignore
NULL out parameters.
(gst_query_new_position): New proc, allocates a new position
query.

* gst/Makefile.am (libgstreamer_@GST_MAJORMINOR@_la_SOURCES): Add
gstqueryutils.c to the build.

* gst/gststructure.c (gst_structure_set_valist): Implement with
the generic G_VALUE_COLLECT.
ChangeLog
gst/Makefile.am
gst/gstiterator.h
gst/gstpad.c
gst/gstpad.h
gst/gstqueryutils.c
gst/gstqueryutils.h
gst/gststructure.c