mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
examples: controller: fix typo in comments
This commit is contained in:
parent
d9516d3c58
commit
afffd9497f
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
* Builds a pipeline with [ audiotestsource ! autoaudiosink ] and sweeps
|
||||
* frequency and volume.
|
||||
*
|
||||
* Needs gst-plugin-base + gst-plugins-good installed.
|
||||
* Needs gst-plugins-base + gst-plugins-good installed.
|
||||
*/
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Builds a pipeline with [videotestsrc ! textoverlay ! ximagesink] and
|
||||
* modulates color, text and text pos.
|
||||
*
|
||||
* Needs gst-plugin-base installed.
|
||||
* Needs gst-plugins-base installed.
|
||||
*/
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
|
Loading…
Reference in a new issue