webrtc: Minor documentation enhancement

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1194>
This commit is contained in:
Thibault Saunier 2023-03-07 10:17:03 -03:00 committed by Mathieu Duponchelle
parent f4604e1c58
commit ce42723ad2
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@
/** /**
* plugin-rswebrtc: * plugin-rswebrtc:
* *
* This plugin implements a high level WebRTC sink and source.
*
* Since: plugins-rs-0.9 * Since: plugins-rs-0.9
*/ */
use gst::glib; use gst::glib;

View file

@ -4,7 +4,7 @@ use crate::signaller::Signallable;
/** /**
* element-webrtcsink: * element-webrtcsink:
* *
* {{ net/webrtc/README.md[0:190] }} * {{ net/webrtc/README.md[2:190] }}
* *
*/ */
use gst::glib; use gst::glib;