summaryrefslogtreecommitdiff
path: root/sys/vdpau
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-08 15:01:13 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-04-12 12:57:57 -0300
commit78022a6e0c05ce482b798cf638cbd3f901a5094e (patch)
tree9725b5939d840f6eb3e8f39e032866e82413cb83 /sys/vdpau
parent90f766cc518b4fde651162d6e0c7d190373e3c61 (diff)
docs: Port all docstring to gtk-doc markdown
Diffstat (limited to 'sys/vdpau')
-rw-r--r--sys/vdpau/gstvdpsink.h2
-rw-r--r--sys/vdpau/gstvdpvideomemory.c2
-rw-r--r--sys/vdpau/gstvdpvideopostprocess.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/vdpau/gstvdpsink.h b/sys/vdpau/gstvdpsink.h
index e5e7e9405..04e3bd588 100644
--- a/sys/vdpau/gstvdpsink.h
+++ b/sys/vdpau/gstvdpsink.h
@@ -86,7 +86,7 @@ struct _GstVdpWindow {
* @flow_lock: used to protect data flow routines from external calls such as
* events from @event_thread or methods from the #GstXOverlay interface
* @par: used to override calculated pixel aspect ratio from @xcontext
- * @synchronous: used to store if XSynchronous should be used or not (for
+ * @synchronous: used to store if XSynchronous should be used or not (for
* debugging purpose only)
* @handle_events: used to know if we should handle select XEvents or not
*
diff --git a/sys/vdpau/gstvdpvideomemory.c b/sys/vdpau/gstvdpvideomemory.c
index 8217653d2..92aff573a 100644
--- a/sys/vdpau/gstvdpvideomemory.c
+++ b/sys/vdpau/gstvdpvideomemory.c
@@ -231,7 +231,7 @@ _vdp_video_mem_free (GstAllocator * allocator, GstMemory * mem)
* gst_vdp_video_memory_alloc:
* @device: a #GstVdpDevice
* @info: the #GstVideoInfo describing the format to use
- *
+ *
* Returns: a GstMemory object with a VdpVideoSurface specified by @info
* from @device
*/
diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c
index 7f4f480a4..e2032f4f6 100644
--- a/sys/vdpau/gstvdpvideopostprocess.c
+++ b/sys/vdpau/gstvdpvideopostprocess.c
@@ -20,15 +20,15 @@
/**
* SECTION:element-vdpauvideopostprocess
+ * @title: vdpauvideopostprocess
*
* FIXME:Describe vdpaumpegdec here.
*
- * <refsect2>
- * <title>Example launch line</title>
+ * ## Example launch line
* |[
* gst-launch-1.0 -v -m fakesrc ! vdpauvideopostprocess ! fakesink silent=TRUE
* ]|
- * </refsect2>
+ *
*/
/*