mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-04-28 07:55:22 +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/>.
|
// <https://mozilla.org/MPL/2.0/>.
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MPL-2.0
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
#![allow(unused_doc_comments)]
|
||||||
|
|
||||||
|
/**
|
||||||
|
* plugin-rtpav1:
|
||||||
|
*
|
||||||
|
* Since: plugins-rs-0.9.0
|
||||||
|
*/
|
||||||
use gst::glib;
|
use gst::glib;
|
||||||
|
|
||||||
mod common;
|
mod common;
|
||||||
|
|
|
@ -6,8 +6,13 @@
|
||||||
// <https://mozilla.org/MPL/2.0/>.
|
// <https://mozilla.org/MPL/2.0/>.
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: 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;
|
use gst::glib;
|
||||||
mod whipsink;
|
mod whipsink;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue