Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libgstreamer-0.10(3) [opensolaris man page]

libgstreamer-0.10(3)						   User Commands					      libgstreamer-0.10(3)

NAME
libgstreamer-0.10, libgstbase-0.10 - GStreamer core library DESCRIPTION
libgstreamer-0.10 provides an API for all core GStreamer services, including initialization, plugin management and types, as well as the object hierarchy that defines elements and bins, along with some more specialized elements. To access the API documentation, you must install the developer version of the package. libgstbase-0.10 provides an API for GStreamer base plugins. These base plugins are typically extended when writing a plugin for a specific purpose. FILES
The following files are used by this library: /usr/lib/libgstreamer-0.10.so GStreamer shared library /usr/lib/libgstbase-0.10.so GStreamer base plugins library /usr/share/gtk-doc/html/gstreamer-0.10 GStreamer developer documentation /usr/share/gtk-doc/html/gstreamer-libs-0.10 GStreamer library developer documentation /usr/share/gtk-doc/html/gstreamer-plugins-0.10 GStreamer plugins developer documentation /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10 GSTreamer base library developer documentation /usr/share/gtk-doc/html/gst-plugins-base-plugins-0.10 GStreamer base plugins developer documentation /usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10 GStreamer good plugins developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gst-feedback(1), gst-inspect(1), gst-launch(1), gst-typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), attributes(5), gnome-interfaces(5), gst-std-options(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2004, 2006. SunOS 5.11 14 Oct 2004 libgstreamer-0.10(3)

Check Out this Related Man Page

gst-inspect(1)							   User Commands						    gst-inspect(1)

NAME
gst-inspect - print information about a GStreamer element or plugin SYNOPSIS
gst-inspect [-a] [--print-all] [--print-plugin-auto-install-info] [--version] [gst-std-options] [element | plugin] DESCRIPTION
gst-inspect prints information about available GStreamer plugins, information about a particular plugin, or information about a particular element. If no element or plugin argument is specified, gst-inspect prints a list of all plugins and elements. If an element or plugin argument is specified, gst-inspect prints information about that element or plug-in. If a given argument is valid as either an element or a plugin, gst-inspect treats the argument as an element, by default. OPTIONS
The following options are supported by gst-inspect: -a, --print-all Print all elements. --print-plugin-auto-install-info Prints a machine-parsable list of features the specified plugin provides. --version Print GStreamer version number. gst-std-options Standard options available for use with most GStreamer applications. See gst-std-options(5) for more information. OPERANDS
The following operands are supported: element Name of an element. plugin Name of a plugin. EXAMPLES
Example 1: Displaying Information About a Plugin: example% gst-inspect alaw Plugin Details: Name: alaw Description: ALaw audio conversion routines Filename: /usr/lib/gstreamer-0.10/libgstalaw.so Version: 0.10.3 License: LGPL Source module: gst-plugins-good Binary package: GStreamer Good Plug-ins source release Origin URL: Unknown package origin alawdec: A Law audio decoder alawenc: A Law audio encoder 2 features: +-- 2 elements FILES
The following files are used by this application: /usr/bin/gst-inspect Print information about a GStreamer element or plugin ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gst-feedback(1), gst-launch(1), gst-typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.10(3), attributes(5), gst-std-options(5) NOTES
Original man page written by the GStreamer team at http://www.gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004, 2006. SunOS 5.11 14 Oct 2004 gst-inspect(1)
Man Page