diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-02 13:01:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-05-02 13:01:50 +0000 |
commit | baf4e3eb080478e0e19cac446712043ee7a8b0fb (patch) | |
tree | a6e1a05e87a11580853227abf686a3421b6595a3 /gst | |
parent | ee5f475e6715035be373b358d079c8e87efcbb56 (diff) |
fix docs for wavparse
Original commit message from CVS:
fix docs for wavparse
Diffstat (limited to 'gst')
-rw-r--r-- | gst/wavparse/gstwavparse.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 54911a7e..c9d75a80 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -24,10 +24,10 @@ * * <refsect2> * <para> - * Parse a .wav file into raw or compressed audio. + * Parse a .wav file into raw or compressed audio. * </para> * <para> - * This element currently only supports pull based scheduling. + * This element currently only supports pull based scheduling. * </para> * <title>Example launch line</title> * <para> @@ -43,7 +43,6 @@ * </programlisting> * Stream data from * </para> - * * </refsect2> * * Last reviewed on 2006-03-03 (0.10.3) |