mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
propertyprobe: Fix typo in the docs
This commit is contained in:
parent
705e7750c5
commit
ab75db1653
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ typedef struct _GstPropertyProbeInterface GstPropertyProbeInterface;
|
||||||
* GstPropertyProbeInterface:
|
* GstPropertyProbeInterface:
|
||||||
* @klass: parent interface type.
|
* @klass: parent interface type.
|
||||||
* @probe_needed: default signal handler
|
* @probe_needed: default signal handler
|
||||||
* @get_properties: virtual method to get list of pobable properties
|
* @get_properties: virtual method to get list of probable properties
|
||||||
* @needs_probe: virtual method to tell if probe need update
|
* @needs_probe: virtual method to tell if probe need update
|
||||||
* @probe_property: virtual method to probe a property
|
* @probe_property: virtual method to probe a property
|
||||||
* @get_values: virtual method to get probe results for a property
|
* @get_values: virtual method to get probe results for a property
|
||||||
|
|
Loading…
Reference in a new issue