diff options
author | Benjamin Otte <otte@gnome.org> | 2003-07-08 17:21:47 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-07-08 17:21:47 +0000 |
commit | 56c066d6190859424224ee68407ac5a86f34387d (patch) | |
tree | 61c819c988fd3cc771a8b463993be776141b1f27 /gst/flx/gstflxdec.c | |
parent | 404c0f815da8ef2a69afe2db78f29e292d9da742 (diff) | |
download | gst-plugins-bad-56c066d6190859424224ee68407ac5a86f34387d.tar.gz gst-plugins-bad-56c066d6190859424224ee68407ac5a86f34387d.tar.bz2 gst-plugins-bad-56c066d6190859424224ee68407ac5a86f34387d.zip |
another comma missing
Original commit message from CVS:
another comma missing
Diffstat (limited to 'gst/flx/gstflxdec.c')
-rw-r--r-- | gst/flx/gstflxdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index b14a701e..67e7d837 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -37,7 +37,7 @@ static GstElementDetails flxdec_details = { "LGPL", "FLX decoder", VERSION, - "Sepp Wijnands <mrrazz@garbage-coderz.net>" + "Sepp Wijnands <mrrazz@garbage-coderz.net>", "(C) 2001", }; |