docs: add dataurisrc to docs and update
authorTim-Philipp Müller <tim@centricular.com>
Mon, 28 Nov 2016 11:09:08 +0000 (11:09 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 28 Nov 2016 11:19:28 +0000 (11:19 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=774527

docs/plugins/Makefile.am
docs/plugins/gstreamer-plugins-docs.sgml
docs/plugins/gstreamer-plugins-sections.txt
docs/plugins/gstreamer-plugins.args
docs/plugins/gstreamer-plugins.hierarchy
docs/plugins/gstreamer-plugins.interfaces
docs/plugins/inspect/plugin-coreelements.xml

index 30014e4..88cd4b0 100644 (file)
@@ -55,6 +55,7 @@ IGNORE_CFILES =
 
 EXTRA_HFILES = \
        $(top_srcdir)/plugins/elements/gstcapsfilter.h \
+       $(top_srcdir)/plugins/elements/gstdataurisrc.h \
        $(top_srcdir)/plugins/elements/gstdownloadbuffer.h \
        $(top_srcdir)/plugins/elements/gstfakesrc.h \
        $(top_srcdir)/plugins/elements/gstfakesink.h \
index 89edb0c..686115c 100644 (file)
@@ -19,6 +19,7 @@
     <title>gstreamer Elements</title>
     <xi:include href="xml/element-capsfilter.xml" />
     <xi:include href="xml/element-concat.xml" />
+    <xi:include href="xml/element-dataurisrc.xml" />
     <xi:include href="xml/element-downloadbuffer.xml" />
     <xi:include href="xml/element-fakesink.xml" />
     <xi:include href="xml/element-fakesrc.xml" />
index c088cf3..e73a329 100644 (file)
@@ -32,6 +32,22 @@ gst_concat_get_type
 </SECTION>
 
 <SECTION>
+<FILE>element-dataurisrc</FILE>
+<TITLE>dataurisrc</TITLE>
+GstDataURISrc
+<SUBSECTION Standard>
+GstDataURISrcClass
+GST_DATA_URI_SRC
+GST_DATA_URI_SRC_CAST
+GST_IS_DATA_URI_SRC
+GST_DATA_URI_SRC_CLASS
+GST_IS_DATA_URI_SRC_CLASS
+GST_TYPE_DATA_URI_SRC
+<SUBSECTION Private>
+gst_data_uri_src_get_type
+</SECTION>
+
+<SECTION>
 <FILE>element-downloadbuffer</FILE>
 <TITLE>downloadbuffer</TITLE>
 GstDownloadBuffer
index 58d2650..e71aa85 100644 (file)
 </ARG>
 
 <ARG>
+<NAME>GstFakeSink::drop-out-of-segment</NAME>
+<TYPE>gboolean</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Drop out-of-segment buffers</NICK>
+<BLURB>Drop and don't render / hand off out-of-segment buffers.</BLURB>
+<DEFAULT>TRUE</DEFAULT>
+</ARG>
+
+<ARG>
 <NAME>GstCapsFilter::caps</NAME>
 <TYPE>GstCaps*</TYPE>
 <RANGE></RANGE>
 <DEFAULT>TRUE</DEFAULT>
 </ARG>
 
+<ARG>
+<NAME>GstDataURISrc::uri</NAME>
+<TYPE>gchar*</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>URI</NICK>
+<BLURB>URI that should be used.</BLURB>
+<DEFAULT>NULL</DEFAULT>
+</ARG>
+
index 9c56b96..217868e 100644 (file)
@@ -13,6 +13,7 @@ GObject
           GstFdSink
           GstFileSink
         GstBaseSrc
+          GstDataURISrc
           GstFakeSrc
           GstFileSrc
           GstPushSrc
@@ -39,6 +40,7 @@ GObject
       GstPlugin
       GstPluginFeature
         GstDeviceProviderFactory
+        GstDynamicTypeFactory
         GstElementFactory
         GstTracerFactory
         GstTypeFindFactory
index 03805f5..fde573e 100644 (file)
@@ -1,4 +1,5 @@
 GstBin GstChildProxy
+GstDataURISrc GstURIHandler
 GstFdSink GstURIHandler
 GstFdSrc GstURIHandler
 GstFileSink GstURIHandler
index 08eea32..9cc8c29 100644 (file)
@@ -3,10 +3,10 @@
   <description>GStreamer core elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>1.10.0</version>
+  <version>1.11.0.1</version>
   <license>LGPL</license>
   <source>gstreamer</source>
-  <package>GStreamer source release</package>
+  <package>GStreamer git</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
       </pads>
     </element>
     <element>
+      <name>dataurisrc</name>
+      <longname>data: URI source element</longname>
+      <class>Source</class>
+      <description>Handles data: uris</description>
+      <author>Philippe Normand &lt;pnormand@igalia.com&gt;, Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author>
+      <pads>
+        <caps>
+          <name>src</name>
+          <direction>source</direction>
+          <presence>always</presence>
+          <details>ANY</details>
+        </caps>
+      </pads>
+    </element>
+    <element>
       <name>downloadbuffer</name>
       <longname>DownloadBuffer</longname>
       <class>Generic</class>