summaryrefslogtreecommitdiffstats
path: root/gst/auparse
diff options
context:
space:
mode:
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index d39c239b..9fcb4df4 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -251,12 +251,12 @@ gst_auparse_chain (GstPad * pad, GstBuffer * buf)
/*
Docs :
- http://www.opengroup.org/public/pubs/external/auformat.html
- http://astronomy.swin.edu.au/~pbourke/dataformats/au/
- Solaris headers : /usr/include/audio/au.h
- libsndfile : src/au.c
+ http://www.opengroup.org/public/pubs/external/auformat.html
+ http://astronomy.swin.edu.au/~pbourke/dataformats/au/
+ Solaris headers : /usr/include/audio/au.h
+ libsndfile : src/au.c
Samples :
- http://www.tsp.ece.mcgill.ca/MMSP/Documents/AudioFormats/AU/Samples.html
+ http://www.tsp.ece.mcgill.ca/MMSP/Documents/AudioFormats/AU/Samples.html
*/
switch (auparse->encoding) {