mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate-transcoding: trivial patch to change error from 0.10 to 1.0
While printing error in transcoding, gst-validate-transcoding-0.10 is being used. Changing the same to 1.0 https://bugzilla.gnome.org/show_bug.cgi?id=756215
This commit is contained in:
parent
aef41ba72a
commit
cfe7dc1d6d
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ main (int argc, gchar ** argv)
|
||||||
if (argc != 3) {
|
if (argc != 3) {
|
||||||
g_printerr ("%i arguments recived, 2 expected.\n"
|
g_printerr ("%i arguments recived, 2 expected.\n"
|
||||||
"You should run the test using:\n"
|
"You should run the test using:\n"
|
||||||
" ./gst-validate-transcoding-0.10 <input-uri> <output-uri> [options]\n",
|
" ./gst-validate-transcoding-1.0 <input-uri> <output-uri> [options]\n",
|
||||||
argc - 1);
|
argc - 1);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue