summaryrefslogtreecommitdiffstats
path: root/ext/taglib/gstid3v2mux.cc
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-30 16:16:59 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-30 16:16:59 +0000
commit860289915e15c5623b43715312d8e7d1e7f87e73 (patch)
treeb81be4456252145d2d411324ea3ac4c63a524b5c /ext/taglib/gstid3v2mux.cc
parentbd3a91a8d45e202750bd1aa632154cac5ce5c51b (diff)
small cleanups
Original commit message from CVS: small cleanups
Diffstat (limited to 'ext/taglib/gstid3v2mux.cc')
-rw-r--r--ext/taglib/gstid3v2mux.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/taglib/gstid3v2mux.cc b/ext/taglib/gstid3v2mux.cc
index c1e733f3..a1e4537e 100644
--- a/ext/taglib/gstid3v2mux.cc
+++ b/ext/taglib/gstid3v2mux.cc
@@ -56,6 +56,7 @@
#include "gstid3v2mux.h"
#include <string.h>
+
#include <textidentificationframe.h>
#include <uniquefileidentifierframe.h>
#include <id3v2tag.h>
@@ -67,7 +68,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_id3v2_mux_debug);
#define GST_CAT_DEFAULT gst_id3v2_mux_debug
static const GstElementDetails gst_id3v2_mux_details =
-GST_ELEMENT_DETAILS ("TagLib ID3v2 Muxer",
+GST_ELEMENT_DETAILS ("TagLib-based ID3v2 Muxer",
"Formatter/Metadata",
"Adds an ID3v2 header to the beginning of MP3 files using taglib",
"Christophe Fergeau <teuf@gnome.org>");
@@ -359,5 +360,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"taglib",
- "Tag-writing plug-in based on taglib",
+ "Tag writing plug-in based on taglib",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);