projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ac937
)
testsrcbin: typo fixes
author
Tim-Philipp Müller
<tim@centricular.com>
Sat, 21 Apr 2018 10:03:54 +0000
(11:03 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 21 Apr 2018 10:03:54 +0000
(11:03 +0100)
gst/debugutils/gsttestsrcbin.c
patch
|
blob
|
history
diff --git
a/gst/debugutils/gsttestsrcbin.c
b/gst/debugutils/gsttestsrcbin.c
index 855ca02008a3743d77bb25f27b31c71af3bef49d..26ea9f6f7cc8fb237dc34288501e8e8a35efcffc 100644
(file)
--- a/
gst/debugutils/gsttestsrcbin.c
+++ b/
gst/debugutils/gsttestsrcbin.c
@@
-33,7
+33,7
@@
*
* Example pipeline:
* ```
- * gst-launch
er
-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, "Unk
n
own type %s",
gst_structure_get_name (stream_def));
}