summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-12-16 21:55:18 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-12-16 21:55:18 +0000
commitb6c94f0d0bd703b2de2ab0a2d091e6a3b09bd3c3 (patch)
treee64fbe344f04c51a9698d92a9772c28443fbcb8a /gst
parent16c5bb7972229922980c3de23a664e0b8872ca5a (diff)
downloadgstreamer-plugins-bad-b6c94f0d0bd703b2de2ab0a2d091e6a3b09bd3c3.tar.gz
don't use doc comments for non-docs change some char* into char[]
Original commit message from CVS: * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio): * gst/festival/gstfestival.c: (socket_receive_file_to_buff): * gst/vbidec/vbidata.c: * gst/vbidec/vbidata.h: * gst/vbidec/vbiscreen.c: * sys/dxr3/ac3_padder.c: don't use doc comments for non-docs change some char* into char[]
Diffstat (limited to 'gst')
-rw-r--r--gst/festival/gstfestival.c2
-rw-r--r--gst/vbidec/vbidata.c10
-rw-r--r--gst/vbidec/vbidata.h2
-rw-r--r--gst/vbidec/vbiscreen.c2
4 files changed, 8 insertions, 8 deletions
diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c
index ffe2fc12d..0dd482f5b 100644
--- a/gst/festival/gstfestival.c
+++ b/gst/festival/gstfestival.c
@@ -340,7 +340,7 @@ socket_receive_file_to_buff (int fd, int *size)
/* Festival key stuff technique, but long winded I know, sorry */
/* but will receive any file without closeing the stream or */
/* using OOB data */
- static const char *file_stuff_key = "ft_StUfF_key"; /* must == Festival's key */
+ static const char file_stuff_key[] = "ft_StUfF_key"; /* must == Festival's key */
char *buff;
int bufflen;
int n, k, i;
diff --git a/gst/vbidec/vbidata.c b/gst/vbidec/vbidata.c
index 745775b09..4bcda140a 100644
--- a/gst/vbidec/vbidata.c
+++ b/gst/vbidec/vbidata.c
@@ -95,22 +95,22 @@ struct vbidata_s
/* this is NOT exactly right */
-//static char *ccode = " !\"#$%&'()\0341+,-./0123456789:;<=>?@"
-static char *ccode = " !\"#$%&'()a+,-./0123456789:;<=>?@"
+//static char ccode[] = " !\"#$%&'()\0341+,-./0123456789:;<=>?@"
+static char ccode[] = " !\"#$%&'()a+,-./0123456789:;<=>?@"
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
// "abcdefghijklmnopqrstuvwxyz"
// "[\0351]\0355\0363\0372abcdefghijklmnopqr"
"[e]iouabcdefghijklmnopqr"
// "stuvwxyz\0347\0367\0245\0244\0240";
"stuvwxyzcoNn ";
-static char *wccode = "\0256\0260\0275\0277T\0242\0243#\0340 "
+static char wccode[] = "\0256\0260\0275\0277T\0242\0243#\0340 "
"\0350\0354\0362\0371";
-static char *extcode1 = "\0301\0311\0323\0332\0334\0374"
+static char extcode1[] = "\0301\0311\0323\0332\0334\0374"
"`\0241*'-\0251S*\"\"\0300\0302"
"\0307\0310\0312\0313\0353\0316\0317\0357" "\0324\0331\0371\0333\0253\0273";
-static char *extcode2 = "\0303\0343\0315\0314\0354\0322\0362\0325"
+static char extcode2[] = "\0303\0343\0315\0314\0354\0322\0362\0325"
"{}\\^_|~\0304\0344\0326\0366\0337\0245\0244|" "\0305\0345\0330\0370++++";
int
diff --git a/gst/vbidec/vbidata.h b/gst/vbidec/vbidata.h
index 66b2cc3cc..901fa97c6 100644
--- a/gst/vbidec/vbidata.h
+++ b/gst/vbidec/vbidata.h
@@ -1,4 +1,4 @@
-/**
+/*
* Copyright (c) 2002 Billy Biggs <vektor@dumbterm.net>.
* Copyright (c) 2002 Doug Bell <drbell@users.sourceforge.net>
*
diff --git a/gst/vbidec/vbiscreen.c b/gst/vbidec/vbiscreen.c
index bad96b528..0302b5f2c 100644
--- a/gst/vbidec/vbiscreen.c
+++ b/gst/vbidec/vbiscreen.c
@@ -1,4 +1,4 @@
-/**
+/*
* Copyright (c) 2002 Billy Biggs <vektor@dumbterm.net>.
* Copyright (c) 2002 Doug Bell <drbell@users.sourceforge.net>.
*