summaryrefslogtreecommitdiff
path: root/omx/gstomxh263dec.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-10-17 17:57:43 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-10-17 17:57:43 +0100
commit49ba281e8b0d01cd2728f11dc98db20489e1e90d (patch)
tree8b902ef354f0d2eddbaccaa0ebc071f9c0d6fb95 /omx/gstomxh263dec.c
parent1a0ae92a672b151c6f56f74b31bcdd238bffa227 (diff)
downloadgst-omx-49ba281e8b0d01cd2728f11dc98db20489e1e90d.tar.gz
omx: gst_element_class_set_details_simple() -> set_static_metadata()
Diffstat (limited to 'omx/gstomxh263dec.c')
-rw-r--r--omx/gstomxh263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxh263dec.c b/omx/gstomxh263dec.c
index d135529..aaa4f2e 100644
--- a/omx/gstomxh263dec.c
+++ b/omx/gstomxh263dec.c
@@ -62,7 +62,7 @@ gst_omx_h263_dec_class_init (GstOMXH263DecClass * klass)
videodec_class->cdata.default_sink_template_caps = "video/x-h263, "
"parsed=(boolean) true";
- gst_element_class_set_details_simple (element_class,
+ gst_element_class_set_static_metadata (element_class,
"OpenMAX H.263 Video Decoder",
"Codec/Decoder/Video",
"Decode H.263 video streams",