Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dh_gstscancodecs(1) [debian man page]

DH_GSTSCANCODECS(1)	User   Contributed   Perl   Documentation
DH_GSTSCANCODECS(1)

NAME
dh_gstscancodecs - enumerate and classify gstreamer codecs SYNOPSIS
dh_gstscancodecs [debhelper options] DESCRIPTION
This program is meant to assist in building a package that provides codecs, demultiplexers and other media-handling components for gstreamer-based applications. dh_gstscancodecs generates substitution variable for de- bian/control, by scanning libraries /usr/lib/gstreamer-0.10/*.so and /usr/lib/$DEB_HOST_MULTIARCH/gstreamer-0.10/*.so. The generated substitution variables are gstreamer:Version Should be added to XB-GStreamer-Version gstreamer:Elements Should be added to XB-GStreamer-Elements gstreamer:Provides Should be added to Provides gstreamer:URISources Should be added to XB-GStreamer-URI-Sources gstreamer:URISinks Should be added to XB-GStreamer-URI-Sinks gstreamer:Encoders Should be added to XB-GStreamer-Encoders gstreamer:Decoders Should be added to XB-GStreamer-Decoders This control fields will be used by the /usr/bin/gstreamer-codec-install helper to install re- quired missing GStreamer elements. OPTIONS
The standard debhelper options are supported. SEE ALSO
debhelper(1) This program is an extension to debhelper. AUTHOR
Ian Jackson <iwj@ubuntu.com> Sebastian DrA~Xge <sebastian.droege@collabora.co.uk> perl v5.14.2 2013-01-26 DH_GSTSCANCODECS(1)

Check Out this Related Man Page

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

NAME
gst-register-0.8, gst-register - register GStreamer plugins SYNOPSIS
gst-register-0.8 [gst-std-options] gst-register [gst-std-options] [--gst-list-mm] [--gst-mm=string] [--print] DESCRIPTION
gst-register-0.8 registers all of the GStreamer plugins on your system. gst-register-0.8 creates a listing of their properties so that on startup of GStreamer-based applications, you do not need to load plugins until you need them. When run as the root user, gst-register-0.8 creates the Global GStreamer plugin registry which is stored in /var/cache/gstreamer-X.X/reg- istry.xml, where X.X is the GStreamer major and minor version number. When run as a user other than the root user, gst-register-0.8 creates a user registry ~/.gstreamer-X.X/registry.xml, where X.X is the GStreamer major and minor version number. Programs that uses GStreamer use the user plugin registry if it exists, and use the Global plugin registry if not. gst-register is a wrapper script that runs the latest installed version of gst-register-X.X. For example, if both gst-register-0.7 and gst- register-0.8 are installed on your system, gst-register runs gst-register-0.8. OPTIONS
The following options are supported by gst-register-0.8 and gst-register: 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-register 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-register --print /usr/bin/gst-register-0.8 FILES
The following files are used by this application: /usr/bin/gst-register-0.Executable to register GStreamer plugins /usr/bin/gst-register Wrapper script that runs the latest installed version of gst-register-X.X /var/cache/gstreamer-X.XGStreamer.global plugin registry, where X.X is the GStreamer major and minor version number. ~/.gstreamer-X.X/registrGStreamer user plugin registry, where X.X is the GStreamer major and minor version number. 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-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-register-0.8(1)
Man Page