diff options
author | Vineeth T M <vineeth.tm@samsung.com> | 2015-10-08 09:58:25 +0900 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2015-10-19 15:43:35 -0300 |
commit | cfe7dc1d6d02bd981f304c6ec752b526dfd77094 (patch) | |
tree | 6c4a78e4c121bcf6722f6a4cf3b5637244b1228e | |
parent | aef41ba72afa175254b3592a3e3597ba58a3c704 (diff) |
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
-rw-r--r-- | validate/tools/gst-validate-transcoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate/tools/gst-validate-transcoding.c b/validate/tools/gst-validate-transcoding.c index 96f2b93..ec1b3db 100644 --- a/validate/tools/gst-validate-transcoding.c +++ b/validate/tools/gst-validate-transcoding.c @@ -911,7 +911,7 @@ main (int argc, gchar ** argv) if (argc != 3) { g_printerr ("%i arguments recived, 2 expected.\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); return 1; } |