aboutsummaryrefslogtreecommitdiff
path: root/gst/xingmux
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-05-03 19:34:29 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-05-03 19:34:29 +0200
commitf10bf61870742fbc66291c88134576990505e526 (patch)
treee631f289e8eb176aa094e14a71b2a81efc57d1a2 /gst/xingmux
parent6c4621beb2ac7a5b80a3644ab0a72dbbf627b8f4 (diff)
Imported Upstream version 1.3.1upstream/1.3.1
Diffstat (limited to 'gst/xingmux')
-rw-r--r--gst/xingmux/Makefile.in1
-rw-r--r--gst/xingmux/gstxingmux.c2
-rw-r--r--gst/xingmux/plugin.c2
3 files changed, 2 insertions, 3 deletions
diff --git a/gst/xingmux/Makefile.in b/gst/xingmux/Makefile.in
index c8be046..52d03f6 100644
--- a/gst/xingmux/Makefile.in
+++ b/gst/xingmux/Makefile.in
@@ -88,7 +88,6 @@ am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
$(top_srcdir)/common/m4/as-auto-alt.m4 \
$(top_srcdir)/common/m4/as-compiler-flag.m4 \
$(top_srcdir)/common/m4/as-libtool.m4 \
- $(top_srcdir)/common/m4/as-scrub-include.m4 \
$(top_srcdir)/common/m4/as-version.m4 \
$(top_srcdir)/common/m4/ax_create_stdint_h.m4 \
$(top_srcdir)/common/m4/gst-arch.m4 \
diff --git a/gst/xingmux/gstxingmux.c b/gst/xingmux/gstxingmux.c
index dacd1ec..fd09ac0 100644
--- a/gst/xingmux/gstxingmux.c
+++ b/gst/xingmux/gstxingmux.c
@@ -418,7 +418,7 @@ gst_xing_mux_class_init (GstXingMuxClass * klass)
GST_DEBUG_CATEGORY_INIT (xing_mux_debug, "xingmux", 0, "Xing Header Muxer");
gst_element_class_set_static_metadata (gstelement_class, "MP3 Xing muxer",
- "Formatter/Metadata",
+ "Formatter/Muxer/Metadata",
"Adds a Xing header to the beginning of a VBR MP3 file",
"Christophe Fergeau <teuf@gnome.org>");
}
diff --git a/gst/xingmux/plugin.c b/gst/xingmux/plugin.c
index 7cfaf58..470a24e 100644
--- a/gst/xingmux/plugin.c
+++ b/gst/xingmux/plugin.c
@@ -27,7 +27,7 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "xingmux", GST_RANK_NONE,
+ if (!gst_element_register (plugin, "xingmux", GST_RANK_MARGINAL,
GST_TYPE_XING_MUX))
return FALSE;