summaryrefslogtreecommitdiff
path: root/gst/ivfparse
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-09-14 17:08:49 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-09-14 17:27:49 +0200
commit578861abeab76704b98d377f69e136f8431dc4ab (patch)
tree56acc109a822cc72f9709d30e99c049501ac5404 /gst/ivfparse
parentf2191d403c47dda65836e72686a94a94f2dcc0bc (diff)
downloadgstreamer-plugins-bad-578861abeab76704b98d377f69e136f8431dc4ab.tar.gz
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Diffstat (limited to 'gst/ivfparse')
-rw-r--r--gst/ivfparse/gstivfparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/ivfparse/gstivfparse.c b/gst/ivfparse/gstivfparse.c
index b40037bcc..6c04a6619 100644
--- a/gst/ivfparse/gstivfparse.c
+++ b/gst/ivfparse/gstivfparse.c
@@ -79,7 +79,7 @@ gst_ivf_parse_base_init (gpointer gclass)
{
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
- gst_element_class_set_details_simple (element_class,
+ gst_element_class_set_metadata (element_class,
"IVF parser",
"Codec/Demuxer",
"Demuxes a IVF stream", "Philip Jägenstedt <philipj@opera.com>");