gst-libs/gst/interfaces/propertyprobe.c: Fix random type causing a docs warning.

Original commit message from CVS:
* gst-libs/gst/interfaces/propertyprobe.c:
Fix random type causing a docs warning.
This commit is contained in:
Jan Schmidt 2008-11-14 21:39:09 +00:00
parent 969a798d92
commit 66ba67723e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
* gst-libs/gst/interfaces/propertyprobe.c:
Fix random type causing a docs warning.
2008-11-14 Stefan Kost <ensonic@users.sf.net>
* sys/v4l/gstv4l.c:

View file

@ -79,7 +79,7 @@ gst_property_probe_iface_init (GstPropertyProbeInterface * iface)
if (!initialized) {
/**
* GstPropertyProbe::probe-needed
* %pspec: #GParamSpec that needs a probe
* @pspec: #GParamSpec that needs a probe
*
*/
/* FIXME: