summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpvp9depay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpvp9depay.c')
-rw-r--r--gst/rtp/gstrtpvp9depay.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpvp9depay.c b/gst/rtp/gstrtpvp9depay.c
index a4114c0bc..8624192a4 100644
--- a/gst/rtp/gstrtpvp9depay.c
+++ b/gst/rtp/gstrtpvp9depay.c
@@ -81,8 +81,7 @@ gst_rtp_vp9_depay_class_init (GstRtpVP9DepayClass * gst_rtp_vp9_depay_class)
gst_element_class_set_static_metadata (element_class, "RTP VP9 depayloader",
"Codec/Depayloader/Network/RTP",
- "Extracts VP9 video from RTP packets)",
- "Stian Selnes <stian@pexip.com>");
+ "Extracts VP9 video from RTP packets)", "Stian Selnes <stian@pexip.com>");
object_class->dispose = gst_rtp_vp9_depay_dispose;