summaryrefslogtreecommitdiff
path: root/gst/games
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/games
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/games')
-rw-r--r--gst/games/gstpuzzle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/games/gstpuzzle.c b/gst/games/gstpuzzle.c
index a9b0aaaf8..4f41323b9 100644
--- a/gst/games/gstpuzzle.c
+++ b/gst/games/gstpuzzle.c
@@ -126,7 +126,7 @@ gst_puzzle_base_init (gpointer g_class)
int i;
GstVideofilterFormat *f;
- gst_element_class_set_details_simple (element_class, "A simple puzzle",
+ gst_element_class_set_metadata (element_class, "A simple puzzle",
"Filter/Effect/Video/Games",
"A simple puzzle, use arrow keys and space to restart/solve",
"Benjamin Otte <otte@gnome.org>");