diff --git a/ChangeLog b/ChangeLog index 61a59eaa3a..89d2708788 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-14 Jan Schmidt + + * gst-libs/gst/interfaces/propertyprobe.c: + Fix random type causing a docs warning. + 2008-11-14 Stefan Kost * sys/v4l/gstv4l.c: diff --git a/gst-libs/gst/interfaces/propertyprobe.c b/gst-libs/gst/interfaces/propertyprobe.c index 5d282fe4d8..430fe602a0 100644 --- a/gst-libs/gst/interfaces/propertyprobe.c +++ b/gst-libs/gst/interfaces/propertyprobe.c @@ -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: