mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
fixed missing quote
Original commit message from CVS: fixed missing quote
This commit is contained in:
parent
cfb362cb49
commit
8f42abeb7b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ static GstElementDetails gst_arts_details = {
|
||||||
"Filter/Audio",
|
"Filter/Audio",
|
||||||
"aRts wrapper filter",
|
"aRts wrapper filter",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@temple-baptist.com,\n"
|
"Erik Walthinsen <omega@temple-baptist.com,\n",
|
||||||
"Stefan Westerfeld <stefan@space.twc.de>",
|
"Stefan Westerfeld <stefan@space.twc.de>",
|
||||||
"(C) 2000",
|
"(C) 2000",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue