mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
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:
parent
969a798d92
commit
66ba67723e
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue