SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from Fedora 3 gstreamer-0.8.7-4.FC3.0.i386.rpm

GStreamer

Section: Misc. Reference Manual Pages (1)
Updated: September 2002
Index 

NAME

gst-md5sum - get an md5sum of a GStreamer pipeline through md5sink 

SYNOPSIS

gst-md5sum [OPTION...] PARTIAL-PIPELINE-DESCRIPTION 

DESCRIPTION

gst-md5sum generates MD5 checksums of the data generated bya GStreamer pipeline.

In theory, running

        gst-md5sum-0.8 filesrc location=music.mp3

should print out the same checksum as

        md5sum music.mp3

  If the pipeline contains an md5sink element, gst-md5sum-0.8 will query itfor the md5sum at the end of pipeline iteration.

If it doesn't contain an md5sink element, gst-md5sum-0.8 will automaticallyconnect an md5sink to the right hand side of the given pipeline.

See the man page for gst-launch or the GStreamer docuementation for more information on how to create a PARTIAL-PIPELINE-DESCRIPTION. 

OPTIONS

gst-md5sum accepts the following options:
--help
Print help synopsis and available FLAGS
-v
Output verbose information
--gst-info-mask=FLAGS
GStreamer info flags to set (list with --help)
--gst-debug-mask=FLAGS
GStreamer debugging flags to set (list with --help)
--gst-mask=FLAGS
GStreamer info and debugging flags to set (list with --help)
--gst-plugin-spew
GStreamer info flags to setEnable printout of errors while loading GStreamer plugins
--gst-plugin-path=PATH
Add directories separated with ':' to the plugin search path
 

SEE ALSO

gst-launch(1) 

AUTHOR

The GStreamer team at http://gstreamer.net/****************** 16,24 ****
  
        md5sum music.mp3

  
  The pipeline should be incomplete, that is, a final sink element- should be omitted, so that gst-md5sum can connect the pipeline to- an md5sink element.
  
  See the man page for gst-launch or the GStreamer docuementation for 
  more information on how to create a PARTIAL-PIPELINE-DESCRIPTION.--- 16,27 ----
  
        md5sum music.mp3

  + If the pipeline contains an md5sink element, gst-md5sum-0.8 will query it+ for the md5sum at the end of pipeline iteration.+ + If it doesn't contain an md5sink element, gst-md5sum-0.8 will automatically+ connect an md5sink to the right hand side of the given pipeline.
  The pipeline should be incomplete, that is, a final sink element
  
  See the man page for gst-launch or the GStreamer docuementation for 
  more information on how to create a PARTIAL-PIPELINE-DESCRIPTION.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR

This document was created byman2html,using the manual pages.