mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
docs: fix problems introduced by c068b225fe
- Fix failing build - Drop added trailing whitespace
This commit is contained in:
parent
cbfafd212b
commit
81c9bedda3
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
* construct and use seek events.
|
||||
* To do that gst_event_new_seek() is used to create a seek event. It takes
|
||||
* the needed parameters to specify seeking time and mode.
|
||||
* [[
|
||||
* |[
|
||||
* GstEvent *event;
|
||||
* gboolean result;
|
||||
* ...
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
* my_element_class_init (GstMyElementClass *klass)
|
||||
* {
|
||||
* GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
|
||||
*
|
||||
*
|
||||
* gst_element_class_add_pad_template (gstelement_class,
|
||||
* gst_static_pad_template_get (&my_template));
|
||||
* }
|
||||
|
|
Loading…
Reference in a new issue