summaryrefslogtreecommitdiff
path: root/gst/debugutils
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-04-21 11:03:54 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-04-21 11:03:54 +0100
commit26cb04dd45df3df8b8d2f5df07b9cceefec5b397 (patch)
treeb5f911c6b4bb69c14d92e344d880b918aa9c67ea /gst/debugutils
parenta9ac937be5c33c517d2fc0f365c3d083a3722bcd (diff)
downloadgstreamer-plugins-bad-26cb04dd45df3df8b8d2f5df07b9cceefec5b397.tar.gz
testsrcbin: typo fixes
Diffstat (limited to 'gst/debugutils')
-rw-r--r--gst/debugutils/gsttestsrcbin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/debugutils/gsttestsrcbin.c b/gst/debugutils/gsttestsrcbin.c
index 855ca0200..26ea9f6f7 100644
--- a/gst/debugutils/gsttestsrcbin.c
+++ b/gst/debugutils/gsttestsrcbin.c
@@ -33,7 +33,7 @@
*
* Example pipeline:
* ```
- * gst-launcher-1.0 playbin uri=testbin://audio,volume=0.5+video,pattern=white
+ * gst-launch-1.0 playbin uri=testbin://audio,volume=0.5+video,pattern=white
* ```
*/
#include <gst/gst.h>
@@ -287,7 +287,7 @@ gst_test_src_bin_uri_handler_set_uri (GstURIHandler * handler,
gst_test_src_bin_setup_src (self, "audiotestsrc", &audio_src_template,
GST_STREAM_TYPE_AUDIO, collection, &n_audio, stream_def);
else
- GST_ERROR_OBJECT (self, "Unkown type %s",
+ GST_ERROR_OBJECT (self, "Unknown type %s",
gst_structure_get_name (stream_def));
}