diff options
Diffstat (limited to 'gst/rtp/gstrtph263pdepay.c')
-rw-r--r-- | gst/rtp/gstrtph263pdepay.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/rtp/gstrtph263pdepay.c b/gst/rtp/gstrtph263pdepay.c index 8afb499b..d4003c72 100644 --- a/gst/rtp/gstrtph263pdepay.c +++ b/gst/rtp/gstrtph263pdepay.c @@ -22,12 +22,11 @@ #include "gstrtph263pdepay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_h263pdepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts H263+ video from RTP packets (RFC 2429)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_h263pdepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts H263+ video from RTP packets (RFC 2429)", + "Wim Taymans <wim@fluendo.com>"); /* RtpH263PDepay signals and args */ enum |