diff options
Diffstat (limited to 'gst/rtp/gstrtppcmupay.c')
-rw-r--r-- | gst/rtp/gstrtppcmupay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtppcmupay.c b/gst/rtp/gstrtppcmupay.c index ffb220b5..6389207a 100644 --- a/gst/rtp/gstrtppcmupay.c +++ b/gst/rtp/gstrtppcmupay.c @@ -25,7 +25,7 @@ #include "gstrtppcmupay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_pcmu_pay_details = +static const GstElementDetails gst_rtp_pcmu_pay_details = GST_ELEMENT_DETAILS ("RTP packet parser", "Codec/Payloader/Network", "Payload-encodes PCMU audio into a RTP packet", |