diff options
Diffstat (limited to 'gst/rtp/gstrtpL16pay.c')
-rw-r--r-- | gst/rtp/gstrtpL16pay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c index fb17eb18..27e25ba7 100644 --- a/gst/rtp/gstrtpL16pay.c +++ b/gst/rtp/gstrtpL16pay.c @@ -25,7 +25,7 @@ #include "gstrtpL16pay.h" /* elementfactory information */ -static GstElementDetails gst_rtpL16pay_details = +static const GstElementDetails gst_rtpL16pay_details = GST_ELEMENT_DETAILS ("RTP RAW audio payloader", "Codec/Payloader/Network", "Payload-encodes Raw Audio into a RTP packet", |