Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libgstgetbits(3) [debian man page]

libgstgetbits(3)						   User Commands						  libgstgetbits(3)

NAME
libgstgetbits, libgstdataprotocol - GStreamer Get Bits and GStreamer Data Protocol DESCRIPTION
libgstgetbits provides accelerated routines for getting bits from a data stream. libgstdataprotocol provides the GStreamer data protocol used to serialize buffers, caps, and events. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this library: /usr/share/gtk-doc/html Location of developer documentation 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(31), 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), gst-std-options(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2004. SunOS 5.10 14 Oct 2004 libgstgetbits(3)

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