summaryrefslogtreecommitdiffstats
path: root/gst/playondemand/gstplayondemand.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/playondemand/gstplayondemand.c')
-rw-r--r--gst/playondemand/gstplayondemand.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c
index e8d1365e..66ec8ca3 100644
--- a/gst/playondemand/gstplayondemand.c
+++ b/gst/playondemand/gstplayondemand.c
@@ -41,12 +41,11 @@
#define GST_POD_BUFPOOL_NUM 6
-static GstElementDetails play_on_demand_details = {
- "Play On Demand",
- "Filter/Editor/Audio",
- "Schedule a stream to play at specific times, or when a signal is received",
- "Leif Morgan Johnson <leif@ambient.2y.net>",
-};
+static GstElementDetails play_on_demand_details =
+GST_ELEMENT_DETAILS ("Play On Demand",
+ "Filter/Editor/Audio",
+ "Schedule a stream to play at specific times, or when a signal is received",
+ "Leif Morgan Johnson <leif@ambient.2y.net>");
static GstStaticPadTemplate play_on_demand_sink_template =