mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
webrtc: Minor documentation enhancement
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1194>
This commit is contained in:
parent
f4604e1c58
commit
ce42723ad2
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
/**
|
||||
* plugin-rswebrtc:
|
||||
*
|
||||
* This plugin implements a high level WebRTC sink and source.
|
||||
*
|
||||
* Since: plugins-rs-0.9
|
||||
*/
|
||||
use gst::glib;
|
||||
|
|
|
@ -4,7 +4,7 @@ use crate::signaller::Signallable;
|
|||
/**
|
||||
* element-webrtcsink:
|
||||
*
|
||||
* {{ net/webrtc/README.md[0:190] }}
|
||||
* {{ net/webrtc/README.md[2:190] }}
|
||||
*
|
||||
*/
|
||||
use gst::glib;
|
||||
|
|
Loading…
Reference in a new issue