summaryrefslogtreecommitdiff
path: root/gst/playback/gstplaybin.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/playback/gstplaybin.c')
-rw-r--r--gst/playback/gstplaybin.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/playback/gstplaybin.c b/gst/playback/gstplaybin.c
index 53f8af03..fea9811d 100644
--- a/gst/playback/gstplaybin.c
+++ b/gst/playback/gstplaybin.c
@@ -128,12 +128,11 @@ static GstElementClass *parent_class;
//static guint gst_play_bin_signals[LAST_SIGNAL] = { 0 };
-static GstElementDetails gst_play_bin_details = {
- "Player Bin",
- "Generic/Bin/Player",
- "Autoplug and play media from an uri",
- "Wim Taymans <wim@fluendo.com>"
-};
+static GstElementDetails gst_play_bin_details =
+GST_ELEMENT_DETAILS ("Player Bin",
+ "Generic/Bin/Player",
+ "Autoplug and play media from an uri",
+ "Wim Taymans <wim@fluendo.com>");
static GType
gst_play_bin_get_type (void)