From 66ba67723ee608d6e68e510f3282ceb43a09f6b4 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 14 Nov 2008 21:39:09 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ gst-libs/gst/interfaces/propertyprobe.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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: