summaryrefslogtreecommitdiff
path: root/omx/gstomx_h263dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx_h263dec.c')
-rw-r--r--omx/gstomx_h263dec.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/omx/gstomx_h263dec.c b/omx/gstomx_h263dec.c
index 233e041..6c1e1d1 100644
--- a/omx/gstomx_h263dec.c
+++ b/omx/gstomx_h263dec.c
@@ -51,16 +51,11 @@ type_base_init (gpointer g_class)
element_class = GST_ELEMENT_CLASS (g_class);
- {
- GstElementDetails details;
-
- details.longname = "OpenMAX IL H.263 video decoder";
- details.klass = "Codec/Decoder/Video";
- details.description = "Decodes video in H.263 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 H.263 video decoder",
+ "Codec/Decoder/Video",
+ "Decodes video in H.263 format with OpenMAX IL",
+ "Felipe Contreras");
{
GstPadTemplate *template;