diff options
author | Stefan Kost <ensonic@users.sf.net> | 2010-02-11 14:09:05 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-02-12 14:21:11 +0200 |
commit | b330e9aedc8328796f415fcceedbe06664e15a59 (patch) | |
tree | 6a2babe7f00e182efacde8f837446f4ac87c8ebe | |
parent | 9334069fd21cfe5fde0cf2c36ff3635f3a46c21b (diff) |
comment: fix wrong header comment
-rw-r--r-- | gst-libs/gst/tag/gstvorbistag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/tag/gstvorbistag.c b/gst-libs/gst/tag/gstvorbistag.c index 0201fce9..f3492108 100644 --- a/gst-libs/gst/tag/gstvorbistag.c +++ b/gst-libs/gst/tag/gstvorbistag.c @@ -1,7 +1,7 @@ /* GStreamer * Copyright (C) 2003 Benjamin Otte <in7y118@public.uni-hamburg.de> * - * gstvorbistagsetter.c: plugin for reading / modifying vorbis tags + * gstvorbistag.c: library for reading / modifying vorbis tags * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |