summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2015-07-03 21:48:52 +0200
committerStefan Sauer <ensonic@users.sf.net>2015-07-06 17:37:15 +0200
commit923d72d3992eec19f56f9fcf723315e9c5ea2887 (patch)
tree888f0f6fa0b6c7b6ed92e20415991aa28d7dd9f6 /docs
parentfb68b711653e7950eea00fb1e6db0c0ecba0c430 (diff)
x/xv_image_sink: rename for consitency
Insert '_' to match the CamelCase. This is needed so that the plugin docs can guess the names from the type name.
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst-plugins-base-plugins-sections.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/plugins/gst-plugins-base-plugins-sections.txt b/docs/plugins/gst-plugins-base-plugins-sections.txt
index 457e31325..d351ec170 100644
--- a/docs/plugins/gst-plugins-base-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-base-plugins-sections.txt
@@ -941,17 +941,17 @@ gst_vorbis_tag_get_type
GstXImageSink
<SUBSECTION Standard>
GstXImageSinkClass
-GST_XIMAGESINK
-GST_IS_XIMAGESINK
-GST_XIMAGESINK_CLASS
-GST_IS_XIMAGESINK_CLASS
-GST_TYPE_XIMAGESINK
+GST_X_IMAGE_SINK
+GST_IS_X_IMAGE_SINK
+GST_X_IMAGE_SINK_CLASS
+GST_IS_X_IMAGE_SINK_CLASS
+GST_TYPE_X_IMAGE_SINK
GstXImageBuffer
GstXImageBufferClass
GstXContext
GstXWindow
<SUBSECTION Private>
-gst_ximage_sink_get_type
+gst_x_image_sink_get_type
</SECTION>
<SECTION>
@@ -960,14 +960,14 @@ gst_ximage_sink_get_type
GstXvImageSink
<SUBSECTION Standard>
GstXvImageSinkClass
-GST_XVIMAGESINK
-GST_IS_XVIMAGESINK
-GST_XVIMAGESINK_CLASS
-GST_IS_XVIMAGESINK_CLASS
-GST_TYPE_XVIMAGESINK
+GST_XV_IMAGE_SINK
+GST_IS_XV_IMAGE_SINK
+GST_XV_IMAGE_SINK_CLASS
+GST_IS_XV_IMAGE_SINK_CLASS
+GST_TYPE_XV_IMAGE_SINK
GstXvImageBuffer
GstXvImageBufferClass
GstXvImageFormat
<SUBSECTION Private>
-gst_xvimage_sink_get_type
+gst_xv_image_sink_get_type
</SECTION>