mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
docs: fix up basesrc/basesink docs formatting
This commit is contained in:
parent
58443d6f2b
commit
d13ba1a304
2 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@
|
|||
* "Sink name",
|
||||
* "Sink",
|
||||
* "My Sink element",
|
||||
* "The author <my.sink@my.email>");
|
||||
* "The author <my.sink@my.email>");
|
||||
* }
|
||||
* ]|
|
||||
*
|
||||
|
|
|
@ -123,10 +123,10 @@
|
|||
* gst_static_pad_template_get (&srctemplate));
|
||||
*
|
||||
* gst_element_class_set_static_metadata (gstelement_class,
|
||||
* "Sink name",
|
||||
* "Sink",
|
||||
* "My Sink element",
|
||||
* "The author <my.sink@my.email>");
|
||||
* "Source name",
|
||||
* "Source",
|
||||
* "My Source element",
|
||||
* "The author <my.sink@my.email>");
|
||||
* }
|
||||
* ]|
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue