From d6ec58f7871f0de81a7e25f1284ba4b83b3fca97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 28 Nov 2016 11:09:08 +0000 Subject: [PATCH] docs: add dataurisrc to docs and update https://bugzilla.gnome.org/show_bug.cgi?id=774527 --- docs/plugins/Makefile.am | 1 + docs/plugins/gstreamer-plugins-docs.sgml | 1 + docs/plugins/gstreamer-plugins-sections.txt | 16 ++++++++++++++++ docs/plugins/gstreamer-plugins.args | 20 ++++++++++++++++++++ docs/plugins/gstreamer-plugins.hierarchy | 2 ++ docs/plugins/gstreamer-plugins.interfaces | 1 + docs/plugins/inspect/plugin-coreelements.xml | 19 +++++++++++++++++-- 7 files changed, 58 insertions(+), 2 deletions(-) diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 30014e4af8..88cd4b0e1c 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -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 \ diff --git a/docs/plugins/gstreamer-plugins-docs.sgml b/docs/plugins/gstreamer-plugins-docs.sgml index 89edb0ce28..686115cebc 100644 --- a/docs/plugins/gstreamer-plugins-docs.sgml +++ b/docs/plugins/gstreamer-plugins-docs.sgml @@ -19,6 +19,7 @@ gstreamer Elements + diff --git a/docs/plugins/gstreamer-plugins-sections.txt b/docs/plugins/gstreamer-plugins-sections.txt index c088cf3178..e73a329561 100644 --- a/docs/plugins/gstreamer-plugins-sections.txt +++ b/docs/plugins/gstreamer-plugins-sections.txt @@ -31,6 +31,22 @@ GST_TYPE_CONCAT gst_concat_get_type +
+element-dataurisrc +dataurisrc +GstDataURISrc + +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 + +gst_data_uri_src_get_type +
+
element-downloadbuffer downloadbuffer diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args index 58d2650860..e71aa859c2 100644 --- a/docs/plugins/gstreamer-plugins.args +++ b/docs/plugins/gstreamer-plugins.args @@ -1088,6 +1088,16 @@ No state change errors + +GstFakeSink::drop-out-of-segment +gboolean + +rw +Drop out-of-segment buffers +Drop and don't render / hand off out-of-segment buffers. +TRUE + + GstCapsFilter::caps GstCaps* @@ -1218,3 +1228,13 @@ TRUE + +GstDataURISrc::uri +gchar* + +rw +URI +URI that should be used. +NULL + + diff --git a/docs/plugins/gstreamer-plugins.hierarchy b/docs/plugins/gstreamer-plugins.hierarchy index 9c56b96267..217868efea 100644 --- a/docs/plugins/gstreamer-plugins.hierarchy +++ b/docs/plugins/gstreamer-plugins.hierarchy @@ -13,6 +13,7 @@ GObject GstFdSink GstFileSink GstBaseSrc + GstDataURISrc GstFakeSrc GstFileSrc GstPushSrc @@ -39,6 +40,7 @@ GObject GstPlugin GstPluginFeature GstDeviceProviderFactory + GstDynamicTypeFactory GstElementFactory GstTracerFactory GstTypeFindFactory diff --git a/docs/plugins/gstreamer-plugins.interfaces b/docs/plugins/gstreamer-plugins.interfaces index 03805f5be2..fde573e368 100644 --- a/docs/plugins/gstreamer-plugins.interfaces +++ b/docs/plugins/gstreamer-plugins.interfaces @@ -1,4 +1,5 @@ GstBin GstChildProxy +GstDataURISrc GstURIHandler GstFdSink GstURIHandler GstFdSrc GstURIHandler GstFileSink GstURIHandler diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index 08eea3280b..9cc8c29b0b 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,10 +3,10 @@ GStreamer core elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 1.10.0 + 1.11.0.1 LGPL gstreamer - GStreamer source release + GStreamer git Unknown package origin @@ -51,6 +51,21 @@ + + dataurisrc + data: URI source element + Source + Handles data: uris + Philippe Normand <pnormand@igalia.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk> + + + src + source + always +
ANY
+
+
+
downloadbuffer DownloadBuffer