Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gst-media-test(1) [debian man page]

GST-QA-SYSTEM(1)					     gst-qa-system User Manual						  GST-QA-SYSTEM(1)

NAME
gst-media-test - program to run the tests and generate the result to database SYNOPSIS
gst-media-test [option] DESCRIPTION
This manual page documents briefly the gst-media-test command. This manual page was written for the Debian distribution because the original program does not have a manual page. gst-media-test is a program that can run the tests and store the results in database. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -t, --tests test(s) to run on the given files -f, --files list of file and/or directories to test -o DIRECTORY, --output=DIRECTORY top-level output directory (default: current) -v, --valgrind Run within valgrind -V, --verbose Verbose output -n, --nonrecursive Don't go recursively in directories -x, --extreme Valgrind failed test (even without -v) -d DEBUGLEVEL, --debuglevel=DEBUGLEVEL GStreamer debug level (default: 2) -D DEBUGLEVEL2, --debuglevel2=DEBUGLEVEL2 GStreamer debug level for 2nd run (default: 5) -a EXTENSIONS, --accept=EXTENSIONS Coma-separated list of file globs to limit the tests to. -e EXTENSIONS, --exclude=EXTENSIONS Coma-separated list of file globs to exclude from tests. -S MAXNBTESTS, --simultaneous=MAXNBTESTS Maximum number of simultaneous tests (default:1) -l, --no-reruns Don't rerun test with higher debugging if it failed -p PLAYLIST, --playlist=PLAYLIST Playlist file containing one URI per line -m, --mysql Connect to a MySQL database for storage SEE ALSO
insanity-run(1), insanity-dumpresults(1) AUTHOR
Ying-Chun Liu <paul.liu@linaro.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1. gst-media-test 12/26/2011 GST-QA-SYSTEM(1)

Check Out this Related Man Page

gst-compprep-0.8(1)						   User Commands					       gst-compprep-0.8(1)

NAME
gst-compprep-0.8, gst-compprep - create the registry for gst-complete SYNOPSIS
gst-compprep-0.8 [gst-std-options] gst-compprep [--gst-list-mm] [--gst-mm=string] [--print] [gst-std-options] DESCRIPTION
gst-compprep-0.8 builds a registry of GStreamer elements and their features, which is used by gst-complete to perform context-sensitive tab completion of gst-launch command lines. By default, the registry is stored in /etc/gstreamer/compreg.xml. Whenever the available gstreamer plugins are modified, the registry should be regenerated by running gst-compprep as the root user. gst-compprep is a wrapper script that runs the latest installed version of gst-compprep-X.X. For example, if both gst-compprep-0.7 and gst- compprep-0.8 are installed on your system, gst-compprep runs gst-compprep-0.8. OPTIONS
The following options are supported by gst-compprep-0.8 and gst-compprep: gst-std-options Standard options available for use with most GStreamer applications. See gst-std-options(5) for more information. The following options are supported by gst-compprep only: --gst-list-mm List found major/minor versions. This option displays the versions that are available. --gst-mm=string Force major/minor version. This option enables you to specify a specific version to run, if you do not want to run the default version. --print Print wrapped command line. This option displays the command that will be run, and then runs the command. EXAMPLES
Example 1: Running the Wrapper Script and Displaying the Command Name example% gst-compprep --print /usr/bin/gst-compprep-0.8 FILES
The following files are used by this application: /usr/bin/gst-compprep-0.Executable to create the registry for gst-complete /usr/bin/gst-compprep Wrapper script that runs the latest installed version of gst-compprep-X.X /etc/gstreamer/compreg.xRegistry generated by gst-compprep and used by gst-complete ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
gst-complete(1), gst-feedback(1), gst-inspect(1), gst-launch(1), gst-launch-ext(1), gst-md5sum(1), gst-register(1), gst-thumbnail(1), gst- typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.8(3), libgstgetbits(3), gst-std-options(5) NOTES
Original man page written by the GStreamer team at http://gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004. SunOS 5.10 14 Oct 2004 gst-compprep-0.8(1)
Man Page