summaryrefslogtreecommitdiff
path: root/gst/nuvdemux
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-18 17:30:26 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-18 22:46:41 +0100
commit775c7584fdad53053ae5b22bb19074cc6022ee98 (patch)
tree149c7daf4efd3ecaf17a179949e20b44347859ab /gst/nuvdemux
parent5258d372be503da09fa21fbde28afe619bc0cdc1 (diff)
gst_element_class_set_details => gst_element_class_set_details_simple
Diffstat (limited to 'gst/nuvdemux')
-rw-r--r--gst/nuvdemux/gstnuvdemux.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/gst/nuvdemux/gstnuvdemux.c b/gst/nuvdemux/gstnuvdemux.c
index 4e1ef5a39..70e1e30a8 100644
--- a/gst/nuvdemux/gstnuvdemux.c
+++ b/gst/nuvdemux/gstnuvdemux.c
@@ -60,13 +60,6 @@ GST_DEBUG_CATEGORY_STATIC (nuvdemux_debug);
GST_DEBUG_CATEGORY_EXTERN (GST_CAT_EVENT);
-static const GstElementDetails gst_nuv_demux_details =
-GST_ELEMENT_DETAILS ("Nuv demuxer",
- "Codec/Demuxer",
- "Demultiplex a MythTV NuppleVideo .nuv file into audio and video",
- "Renato Araujo Oliveira Filho <renato.filho@indt.org.br>,"
- "Rosfran Borges <rosfran.borges@indt.org.br>");
-
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
@@ -139,7 +132,11 @@ gst_nuv_demux_base_init (gpointer klass)
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&sink_template));
- gst_element_class_set_details (element_class, &gst_nuv_demux_details);
+ gst_element_class_set_details_simple (element_class, "Nuv demuxer",
+ "Codec/Demuxer",
+ "Demultiplex a MythTV NuppleVideo .nuv file into audio and video",
+ "Renato Araujo Oliveira Filho <renato.filho@indt.org.br>,"
+ "Rosfran Borges <rosfran.borges@indt.org.br>");
}
static void