Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gst-std-options(5) [sunos man page]

gst-std-options(5)						   User Commands						gst-std-options(5)

NAME
gst-std-options - standard options available for most GStreamer applications DESCRIPTION
A number of GStreamer standard options are available for most GStreamer applications. OPTIONS
The following options are supported: --gst-debug-disaDisables debugging. --gst-debug-helpPrints a list of available debug categories and their default debugging level. --gst-debug-leveSetsvethe threshold for printing debugging messages. A higher level prints more messages. The useful range is 0-5, the default value is 0. --gst-debug-no-cGStreamer normally prints debugging messages so that the messages are color-coded when printed to a terminal that handles ANSI escape sequences. This option causes GStreamer to print messages without color. --gst-debug=striSpecifies debugging levels for each category, where string is a colon-separated list of category_name=level pairs. level is in the range 0-5 where 0 shows no messages and 5 shows all messages. The wildcard * can be used to match category names. Use the --gst-debug-help option to show category names. Example: GST_CAT=5:GST_ELEMENT_*=3 --gst-disable-cpGStreamer normally detects the capabilities of the current CPU automatically and selects the optimal implementation for some functions. This option disables detection, which is useful for debugging. --gst-disable-seDisables trapping of segmentation faults during plugin loading. --gst-fatal-warnCauses GStreamer to abort if a warning message occurs. --gst-plugin-loaPreloadssthe plugins specified in a comma-separated list. Another way to specify plugins to preload is to use the environ- ment variable GST_PLUGIN_PATH. --gst-plugin-patAddstdirectories separated with ':' to the plugin search path. --gst-plugin-speGStreamer info flags to set Enable printout of errors while loading GStreamer plugins. --gst-registry=rUsestthe file registry as registry instead of the default. --gst-scheduler=Usesdscheduler as the default scheduler. --gst-version Prints the version string of the GStreamer core library. --help Displays detailed usage message. You can also use -? to specify this option. 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-compprep(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) 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-std-options(5)

Check Out this Related Man Page

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

NAME
gst-xmlinspect-0.8, gst-xmlinspect - print information about a GStreamer plugin or element SYNOPSIS
gst-xmlinspect-0.8 [---gst-inspect-plugin=string] [---gst-inspect-scheduler=string] [gst-std-options] [element | plugin] gst-xmlinspect [---gst-inspect-plugin=string] [---gst-inspect-scheduler=string] [gst-std-options] [element | plugin] [--gst-list-mm] [--gst-mm=string] [--print] DESCRIPTION
gst-xmlinspect-0.8 prints information about available GStreamer plugins, information about a particular plugin, or information about a par- ticular element. If no element or plugin argument is specified, gst-xmlinspect-0.8 prints a list of all plugins and elements. If an element or plugin argu- ment is specified, gst-xmlinspect-0.8 prints information about that element or plug-in, as an XML document. gst-xmlinspect is a wrapper script that runs the latest installed version of gst-xmlinspect-X.X. For example, if both gst-xmlinspect-0.7 and gst-xmlinspect-0.8 are installed on your system, gst-xmlinspect runs gst-xmlinspect-0.8. OPTIONS
The following options are supported by gst-xmlinspect-0.8 and gst-xmlinspect: ---gst-inspect-pShownplugingdetails. You can also use -p to specify this option. ---gst-inspect-sShowuschedulergdetails. You can also use -s to specify this option. 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-xmlinspect 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. OPERANDS
The following operands are supported: element Name of an element. plugin Name of a plugin. EXAMPLES
Example 1: Running the Wrapper Script and Displaying the Command Name example% gst-xmlinspect --print /usr/bin/gst-xmlinspect-0.8 FILES
The following files are used by this application: /usr/bin/gst-xmlinspect-Executable to print information about a GStreamer plugin or element /usr/bin/gst-xmlinspect Wrapper script that runs the latest installed version of gst-xmlinspect-X.X 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-compprep(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-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-xmlinspect-0.8(1)
Man Page