diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2005-10-26 15:45:11 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2005-10-26 15:45:11 +0000 |
commit | 72818f871d003b3b08ee75fcf59c03d1de608a99 (patch) | |
tree | 3c1f7d58beb8c71bef1a0b1e067391dba0ea6163 /ext/gsm/gstgsm.c | |
parent | d6f4ad6163568ee4b77e3056a6277575951a2f5e (diff) | |
download | gst-plugins-bad-72818f871d003b3b08ee75fcf59c03d1de608a99.tar.gz gst-plugins-bad-72818f871d003b3b08ee75fcf59c03d1de608a99.tar.bz2 gst-plugins-bad-72818f871d003b3b08ee75fcf59c03d1de608a99.zip |
Fixing stuff as wingo pointed out.
Original commit message from CVS:
Fixing stuff as wingo pointed out.
Diffstat (limited to 'ext/gsm/gstgsm.c')
-rw-r--r-- | ext/gsm/gstgsm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index 60140716..c64d867c 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -41,4 +41,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "gsm", "GSM encoder/decoder", - plugin_init, VERSION, "LGPL", "Farsight", "http://farsight.sf.net") + plugin_init, + VERSION, "LGPL", "Gstreamer", "http://gstreamer.freedesktop.org") |