1 | .TH "GStreamer" "1" "September 2002" |
---|
2 | .SH "NAME" |
---|
3 | gst\-md5sum \- get an md5sum of a GStreamer pipeline through md5sink |
---|
4 | .SH "SYNOPSIS" |
---|
5 | \fBgst\-md5sum\fR \fI[OPTION...]\fR PARTIAL\-PIPELINE\-DESCRIPTION |
---|
6 | .SH "DESCRIPTION" |
---|
7 | .LP |
---|
8 | \fIgst\-md5sum\fP generates MD5 checksums of the data generated by |
---|
9 | a GStreamer pipeline. |
---|
10 | |
---|
11 | In theory, running |
---|
12 | |
---|
13 | gst-md5sum filesrc location=music.mp3 |
---|
14 | |
---|
15 | should print out the same checksum as |
---|
16 | |
---|
17 | md5sum music.mp3 |
---|
18 | |
---|
19 | If the pipeline contains an md5sink element, gst-md5sum will query it |
---|
20 | for the md5sum at the end of pipeline iteration. |
---|
21 | |
---|
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. |
---|
24 | |
---|
25 | See the man page for gst\-launch or the GStreamer docuementation for |
---|
26 | more information on how to create a PARTIAL\-PIPELINE\-DESCRIPTION. |
---|
27 | . |
---|
28 | .SH "OPTIONS" |
---|
29 | .l |
---|
30 | \fIgst\-md5sum\fP accepts the following options: |
---|
31 | .TP 8 |
---|
32 | .B \-\-help |
---|
33 | Print help synopsis and available FLAGS |
---|
34 | .TP 8 |
---|
35 | .B \-v |
---|
36 | Output verbose information |
---|
37 | .TP 8 |
---|
38 | .B \-\-gst\-info\-mask=FLAGS |
---|
39 | \fIGStreamer\fP info flags to set (list with \-\-help) |
---|
40 | .TP 8 |
---|
41 | .B \-\-gst\-debug\-mask=FLAGS |
---|
42 | \fIGStreamer\fP debugging flags to set (list with \-\-help) |
---|
43 | .TP 8 |
---|
44 | .B \-\-gst\-mask=FLAGS |
---|
45 | \fIGStreamer\fP info and debugging flags to set (list with \-\-help) |
---|
46 | .TP 8 |
---|
47 | .B \-\-gst\-plugin\-spew |
---|
48 | \fIGStreamer\fP info flags to set |
---|
49 | Enable printout of errors while loading \fIGStreamer\fP plugins |
---|
50 | .TP 8 |
---|
51 | .B \-\-gst\-plugin\-path=PATH |
---|
52 | Add directories separated with ':' to the plugin search path |
---|
53 | .SH "SEE ALSO" |
---|
54 | .BR gst\-launch (1) |
---|
55 | .SH "AUTHOR" |
---|
56 | The GStreamer team at http://gstreamer.net/ |
---|
57 | *************** |
---|
58 | *** 16,24 **** |
---|
59 | |
---|
60 | md5sum music.mp3 |
---|
61 | |
---|
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 |
---|
64 | - an md5sink element. |
---|
65 | |
---|
66 | See the man page for gst\-launch or the GStreamer docuementation for |
---|
67 | more information on how to create a PARTIAL\-PIPELINE\-DESCRIPTION. |
---|
68 | --- 16,27 ---- |
---|
69 | |
---|
70 | md5sum music.mp3 |
---|
71 | |
---|
72 | + If the pipeline contains an md5sink element, gst-md5sum will query it |
---|
73 | + for the md5sum at the end of pipeline iteration. |
---|
74 | + |
---|
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 |
---|
78 | |
---|
79 | See the man page for gst\-launch or the GStreamer docuementation for |
---|
80 | more information on how to create a PARTIAL\-PIPELINE\-DESCRIPTION. |
---|