mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
testsrcbin: typo fixes
This commit is contained in:
parent
a9ac937be5
commit
26cb04dd45
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue