summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpspeexpay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpspeexpay.c')
-rw-r--r--gst/rtp/gstrtpspeexpay.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c
index ac4a3742..e954a2ce 100644
--- a/gst/rtp/gstrtpspeexpay.c
+++ b/gst/rtp/gstrtpspeexpay.c
@@ -23,12 +23,11 @@
#include "gstrtpspeexpay.h"
/* elementfactory information */
-static GstElementDetails gst_rtp_speex_pay_details = {
- "RTP packet parser",
- "Codec/Payloader/Network",
- "Payload-encodes Speex audio into a RTP packet",
- "Edgard Lima <edgard.lima@indt.org.br>"
-};
+static GstElementDetails gst_rtp_speex_pay_details =
+GST_ELEMENT_DETAILS ("RTP packet parser",
+ "Codec/Payloader/Network",
+ "Payload-encodes Speex audio into a RTP packet",
+ "Edgard Lima <edgard.lima@indt.org.br>");
static GstStaticPadTemplate gst_rtp_speex_pay_sink_template =
GST_STATIC_PAD_TEMPLATE ("sink",