structure: add gst_structure_*_get*() vararg functions
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 8 Jun 2009 22:43:16 +0000 (23:43 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 10 Jun 2009 08:39:12 +0000 (09:39 +0100)
commitcdd47a37e9b11604ab626907d43aa510a0b5d614
tree9113a16072d7b4d7df99d72e10f177bd6b904bb1
parent26b201273a81be10cb47fc2031ea15f6546e607f
structure: add gst_structure_*_get*() vararg functions

Add a bunch of vararg getter convenience functions to complement
the vararg setter functions, and a basic unit test. Fixes #534208.

API: gst_structure_get()
API: gst_structure_id_get()
API: gst_structure_get_valist()
API: gst_structure_id_get_valist()
docs/gst/gstreamer-sections.txt
gst/gststructure.c
gst/gststructure.h
tests/check/gst/gststructure.c
win32/common/libgstreamer.def