mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 21:41:03 +00:00
Add missing Since markers to new plugins
This commit is contained in:
parent
3f5020ec83
commit
18f3edd3ee
2 changed files with 12 additions and 1 deletions
|
@ -6,7 +6,13 @@
|
|||
// <https://mozilla.org/MPL/2.0/>.
|
||||
//
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
#![allow(unused_doc_comments)]
|
||||
|
||||
/**
|
||||
* plugin-rtpav1:
|
||||
*
|
||||
* Since: plugins-rs-0.9.0
|
||||
*/
|
||||
use gst::glib;
|
||||
|
||||
mod common;
|
||||
|
|
|
@ -6,8 +6,13 @@
|
|||
// <https://mozilla.org/MPL/2.0/>.
|
||||
//
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
#![allow(clippy::non_send_fields_in_send_ty)]
|
||||
#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
|
||||
|
||||
/**
|
||||
* plugin-webrtchttp:
|
||||
*
|
||||
* Since: plugins-rs-0.9.0
|
||||
*/
|
||||
use gst::glib;
|
||||
mod whipsink;
|
||||
|
||||
|
|
Loading…
Reference in a new issue