From 860289915e15c5623b43715312d8e7d1e7f87e73 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 30 Apr 2006 16:16:59 +0000 Subject: small cleanups Original commit message from CVS: small cleanups --- ext/taglib/gstid3v2mux.cc | 5 +++-- ext/taglib/gsttaglibmux.c | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'ext/taglib') 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 + #include #include #include @@ -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 "); @@ -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); diff --git a/ext/taglib/gsttaglibmux.c b/ext/taglib/gsttaglibmux.c index f2bc5218..35ec89fe 100644 --- a/ext/taglib/gsttaglibmux.c +++ b/ext/taglib/gsttaglibmux.c @@ -26,7 +26,6 @@ #include #include #include "gsttaglib.h" -#include "gstid3v2mux.h" GST_DEBUG_CATEGORY_STATIC (gst_tag_lib_mux_debug); #define GST_CAT_DEFAULT gst_tag_lib_mux_debug @@ -37,7 +36,6 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_ALWAYS, GST_STATIC_CAPS ("ANY")); - static void gst_tag_lib_mux_iface_init (GType taglib_type) { -- cgit