summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-12-07 15:33:04 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2010-12-07 15:33:04 +0100
commit920ef127cef792df6fbf798917e212095badeba1 (patch)
treed84115fa842acac448de732ea0df0568ca9977ed /gst/gstbin.c
parenta0ed044de889ee55901b063352e53f4235401079 (diff)
element: rework GstElementDetails
Clean up the GstElement structure Replace GstElementDetails with metadata
Diffstat (limited to 'gst/gstbin.c')
-rw-r--r--gst/gstbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstbin.c b/gst/gstbin.c
index c6a8b1396..8ae9cb9c2 100644
--- a/gst/gstbin.c
+++ b/gst/gstbin.c
@@ -311,7 +311,7 @@ gst_bin_base_init (gpointer g_class)
{
GstElementClass *gstelement_class = GST_ELEMENT_CLASS (g_class);
- gst_element_class_set_details_simple (gstelement_class, "Generic bin",
+ gst_element_class_set_metadata (gstelement_class, "Generic bin",
"Generic/Bin",
"Simple container object",
"Erik Walthinsen <omega@cse.ogi.edu>,"