summaryrefslogtreecommitdiffstats
path: root/ext/taglib/gsttaglibmux.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-01 16:50:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-01 16:50:49 +0000
commit56640c96217908a9062295fbe5e5ba8630b68bb3 (patch)
treee98bcb2c1e433296d6abcc2d0636a3a4f3b0cf59 /ext/taglib/gsttaglibmux.c
parente1137151f858b9bde343722c484780e2e237dffd (diff)
add taglib checks and docs
Original commit message from CVS: add taglib checks and docs
Diffstat (limited to 'ext/taglib/gsttaglibmux.c')
-rw-r--r--ext/taglib/gsttaglibmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/taglib/gsttaglibmux.c b/ext/taglib/gsttaglibmux.c
index 1f466518..affcb600 100644
--- a/ext/taglib/gsttaglibmux.c
+++ b/ext/taglib/gsttaglibmux.c
@@ -62,7 +62,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_tag_lib_mux_debug);
#define GST_CAT_DEFAULT gst_tag_lib_mux_debug
static const GstElementDetails gst_tag_lib_mux_details =
-GST_ELEMENT_DETAILS ("TagLib ID3 Muxer",
+GST_ELEMENT_DETAILS ("TagLib ID3v2 Muxer",
"Formatter/Metadata",
"Adds an ID3v2 header to the beginning of MP3 files",
"Christophe Fergeau <teuf@gnome.org>");
@@ -640,4 +640,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"taglib",
"Tag-writing plug-in based on taglib",
- plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
+ plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);