1 .TH "GStreamer" "1" "September 2002"
3 gst\-md5sum \- get an md5sum of a GStreamer pipeline through md5sink
5 \fBgst\-md5sum\fR \fI[OPTION...]\fR PARTIAL\-PIPELINE\-DESCRIPTION
8 \fIgst\-md5sum\fP generates MD5 checksums of the data generated by
13 gst-md5sum filesrc location=music.mp3
15 should print out the same checksum as
19 If the pipeline contains an md5sink element, gst-md5sum will query it
20 for the md5sum at the end of pipeline iteration.
22 If it doesn't contain an md5sink element, gst-md5sum will automatically
23 connect an md5sink to the right hand side of the given pipeline.
25 See the man page for gst\-launch or the GStreamer docuementation for
26 more information on how to create a PARTIAL\-PIPELINE\-DESCRIPTION.
30 \fIgst\-md5sum\fP accepts the following options:
33 Print help synopsis and available FLAGS
36 Output verbose information
38 .B \-\-gst\-info\-mask=FLAGS
39 \fIGStreamer\fP info flags to set (list with \-\-help)
41 .B \-\-gst\-debug\-mask=FLAGS
42 \fIGStreamer\fP debugging flags to set (list with \-\-help)
44 .B \-\-gst\-mask=FLAGS
45 \fIGStreamer\fP info and debugging flags to set (list with \-\-help)
47 .B \-\-gst\-plugin\-spew
48 \fIGStreamer\fP info flags to set
49 Enable printout of errors while loading \fIGStreamer\fP plugins
51 .B \-\-gst\-plugin\-path=PATH
52 Add directories separated with ':' to the plugin search path
56 The GStreamer team at http://gstreamer.net/
62 The pipeline should be incomplete, that is, a final sink element
63 - should be omitted, so that gst\-md5sum can connect the pipeline to
66 See the man page for gst\-launch or the GStreamer docuementation for
67 more information on how to create a PARTIAL\-PIPELINE\-DESCRIPTION.
72 + If the pipeline contains an md5sink element, gst-md5sum will query it
73 + for the md5sum at the end of pipeline iteration.
75 + If it doesn't contain an md5sink element, gst-md5sum will automatically
76 + connect an md5sink to the right hand side of the given pipeline.
77 The pipeline should be incomplete, that is, a final sink element
79 See the man page for gst\-launch or the GStreamer docuementation for
80 more information on how to create a PARTIAL\-PIPELINE\-DESCRIPTION.