mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
update docs for 1.0 API
This commit is contained in:
parent
5e928fa56e
commit
c1b31eaa4c
2 changed files with 12 additions and 4 deletions
|
@ -47,8 +47,12 @@
|
|||
* // #GST_PAD_SINK and name "sink"
|
||||
* gst_element_class_add_pad_template (gstelement_class,
|
||||
* gst_static_pad_template_get (&sinktemplate));
|
||||
* // see #GstElementDetails
|
||||
* gst_element_class_set_details (gstelement_class, &details);
|
||||
*
|
||||
* gst_element_class_set_static_metadata (gstelement_class,
|
||||
* "Sink name",
|
||||
* "Sink",
|
||||
* "My Sink element",
|
||||
* "The author <my.sink@my.email>");
|
||||
* }
|
||||
* ]|
|
||||
*
|
||||
|
|
|
@ -121,8 +121,12 @@
|
|||
* // #GST_PAD_SRC and name "src"
|
||||
* gst_element_class_add_pad_template (gstelement_class,
|
||||
* gst_static_pad_template_get (&srctemplate));
|
||||
* // see #GstElementDetails
|
||||
* gst_element_class_set_details (gstelement_class, &details);
|
||||
*
|
||||
* gst_element_class_set_static_metadata (gstelement_class,
|
||||
* "Sink name",
|
||||
* "Sink",
|
||||
* "My Sink element",
|
||||
* "The author <my.sink@my.email>");
|
||||
* }
|
||||
* ]|
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue