diff options
Diffstat (limited to 'gst/rtp/gstrtpL16depay.c')
-rw-r--r-- | gst/rtp/gstrtpL16depay.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index 60e2bcd5..d7a48dd6 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -20,12 +20,11 @@ #include "gstrtp-common.h" /* elementfactory information */ -static GstElementDetails gst_rtp_L16depay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts raw audio from RTP packets", - "Zeeshan Ali <zak147@yahoo.com>" -}; +static GstElementDetails gst_rtp_L16depay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts raw audio from RTP packets", + "Zeeshan Ali <zak147@yahoo.com>"); /* RtpL16Depay signals and args */ enum |