summaryrefslogtreecommitdiff
path: root/omx/gstomxh264enc.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/gstomxh264enc.c
parent1a0ae92a672b151c6f56f74b31bcdd238bffa227 (diff)
downloadgst-omx-49ba281e8b0d01cd2728f11dc98db20489e1e90d.tar.gz
omx: gst_element_class_set_details_simple() -> set_static_metadata()
Diffstat (limited to 'omx/gstomxh264enc.c')
-rw-r--r--omx/gstomxh264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxh264enc.c b/omx/gstomxh264enc.c
index 8f0d646..9d34e4e 100644
--- a/omx/gstomxh264enc.c
+++ b/omx/gstomxh264enc.c
@@ -65,7 +65,7 @@ gst_omx_h264_enc_class_init (GstOMXH264EncClass * klass)
videoenc_class->handle_output_frame =
GST_DEBUG_FUNCPTR (gst_omx_h264_enc_handle_output_frame);
- gst_element_class_set_details_simple (element_class,
+ gst_element_class_set_static_metadata (element_class,
"OpenMAX H.264 Video Encoder",
"Codec/Encoder/Video",
"Encode H.264 video streams",