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