summaryrefslogtreecommitdiff
path: root/omx/gstomx_wmvdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx_wmvdec.c')
-rw-r--r--omx/gstomx_wmvdec.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/omx/gstomx_wmvdec.c b/omx/gstomx_wmvdec.c
index b16fd88..eb05a40 100644
--- a/omx/gstomx_wmvdec.c
+++ b/omx/gstomx_wmvdec.c
@@ -50,16 +50,11 @@ type_base_init (gpointer g_class)
element_class = GST_ELEMENT_CLASS (g_class);
- {
- GstElementDetails details;
-
- details.longname = "OpenMAX IL WMV video decoder";
- details.klass = "Codec/Decoder/Video";
- details.description = "Decodes video in WMV format with OpenMAX IL";
- details.author = "Felipe Contreras";
-
- gst_element_class_set_details (element_class, &details);
- }
+ gst_element_class_set_details_simple (element_class,
+ "OpenMAX IL WMV video decoder",
+ "Codec/Decoder/Video",
+ "Decodes video in WMV format with OpenMAX IL",
+ "Felipe Contreras");
{
GstPadTemplate *template;