mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
flvmux, rtpvp9depay: fix indentation
This commit is contained in:
parent
30a3551163
commit
df341f41dc
2 changed files with 9 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue