mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
add taglib checks and docs
Original commit message from CVS: add taglib checks and docs
This commit is contained in:
parent
4a3ff452dd
commit
3446b35424
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_tag_lib_mux_debug);
|
||||||
#define GST_CAT_DEFAULT gst_tag_lib_mux_debug
|
#define GST_CAT_DEFAULT gst_tag_lib_mux_debug
|
||||||
|
|
||||||
static const GstElementDetails gst_tag_lib_mux_details =
|
static const GstElementDetails gst_tag_lib_mux_details =
|
||||||
GST_ELEMENT_DETAILS ("TagLib ID3 Muxer",
|
GST_ELEMENT_DETAILS ("TagLib ID3v2 Muxer",
|
||||||
"Formatter/Metadata",
|
"Formatter/Metadata",
|
||||||
"Adds an ID3v2 header to the beginning of MP3 files",
|
"Adds an ID3v2 header to the beginning of MP3 files",
|
||||||
"Christophe Fergeau <teuf@gnome.org>");
|
"Christophe Fergeau <teuf@gnome.org>");
|
||||||
|
@ -640,4 +640,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"taglib",
|
"taglib",
|
||||||
"Tag-writing plug-in based on 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);
|
||||||
|
|
Loading…
Reference in a new issue