diff options
author | Martin Kelly <martin@surround.io> | 2016-05-19 11:33:52 -0700 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-05-19 20:47:58 +0100 |
commit | 537ba5d1091baa3ac7273eabf4b4d60b37304fce (patch) | |
tree | 00ab5a1ff897edaa48f3a272bab86805ff0ced5b /sys | |
parent | d7c47107ce0030600cce303c5dfada5678e6c81d (diff) | |
download | gstreamer-plugins-bad-537ba5d1091baa3ac7273eabf4b4d60b37304fce.tar.gz |
ahc: fix typo in doc blurb
https://bugzilla.gnome.org/show_bug.cgi?id=766679
Diffstat (limited to 'sys')
-rw-r--r-- | sys/androidmedia/gstahcsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/androidmedia/gstahcsrc.c b/sys/androidmedia/gstahcsrc.c index 1a02938d1..7162dcb58 100644 --- a/sys/androidmedia/gstahcsrc.c +++ b/sys/androidmedia/gstahcsrc.c @@ -378,7 +378,7 @@ gst_ahc_src_class_init (GstAHCSrcClass * klass) properties[PROP_VERTICAL_VIEW_ANGLE]); /** - * GstAHCSrc:video-stabilizatio: + * GstAHCSrc:video-stabilization: * * Video stabilization reduces the shaking due to the motion of the camera. */ |