mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
docs: better way to link class methods
This commit is contained in:
parent
868878db87
commit
9d640c7c61
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
||||||
* Additionally one can load saved pipelines into the gst-editor to inspect the
|
* Additionally one can load saved pipelines into the gst-editor to inspect the
|
||||||
* graph.
|
* graph.
|
||||||
*
|
*
|
||||||
* #GstElement implementations need to override the save_thyself() and
|
* #GstElement implementations need to override the #GstObject.save_thyself()
|
||||||
* restore_thyself() virtual functions of #GstObject.
|
* and #GstObject.restore_thyself() virtual functions of #GstObject.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
|
|
Loading…
Reference in a new issue