diff options
Diffstat (limited to 'plugins/elements/gstfakesink.c')
-rw-r--r-- | plugins/elements/gstfakesink.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/elements/gstfakesink.c b/plugins/elements/gstfakesink.c index 0c7e84a55..b71f20f6f 100644 --- a/plugins/elements/gstfakesink.c +++ b/plugins/elements/gstfakesink.c @@ -21,16 +21,16 @@ */ /** * SECTION:element-fakesink + * @title: fakesink * @see_also: #GstFakeSrc * * Dummy sink that swallows everything. - * - * <refsect2> - * <title>Example launch line</title> + * + * ## Example launch line * |[ * gst-launch-1.0 audiotestsrc num-buffers=1000 ! fakesink sync=false * ]| Render 1000 audio buffers (of default size) as fast as possible. - * </refsect2> + * */ #ifdef HAVE_CONFIG_H |