mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Removed some stuff from the makefile until it stopped complaining when building debs...
Original commit message from CVS: Removed some stuff from the makefile until it stopped complaining when building debs...
This commit is contained in:
parent
f0d4b1a647
commit
8988413037
7 changed files with 31 additions and 8 deletions
|
@ -38,7 +38,6 @@ tmpl_sources = \
|
||||||
tmpl/gsthttpsrc.sgml \
|
tmpl/gsthttpsrc.sgml \
|
||||||
tmpl/gstidentity.sgml \
|
tmpl/gstidentity.sgml \
|
||||||
tmpl/gstlog.sgml \
|
tmpl/gstlog.sgml \
|
||||||
tmpl/gstmeta.sgml \
|
|
||||||
tmpl/gstobject.sgml \
|
tmpl/gstobject.sgml \
|
||||||
tmpl/gstpad.sgml \
|
tmpl/gstpad.sgml \
|
||||||
tmpl/gstpipeline.sgml \
|
tmpl/gstpipeline.sgml \
|
||||||
|
@ -68,15 +67,12 @@ SCANOBJS_FILES = \
|
||||||
# FIXME: the dependencies here are rather broken. Really, html/book1.html
|
# FIXME: the dependencies here are rather broken. Really, html/book1.html
|
||||||
# should be rebuilt if any file in $(top_srcdir)/gst is updated.
|
# should be rebuilt if any file in $(top_srcdir)/gst is updated.
|
||||||
if HAVE_GTK_DOC
|
if HAVE_GTK_DOC
|
||||||
html/book1.html: sgml/gstreamer-doc.bottom
|
html/book1.html:
|
||||||
$(MAKE) html
|
$(MAKE) html
|
||||||
else
|
else
|
||||||
html/book1.html:
|
html/book1.html:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
sgml/gstreamer-doc.bottom: $(tmpl_sources)
|
|
||||||
$(MAKE) sgml
|
|
||||||
|
|
||||||
gstreamer-decl.txt:
|
gstreamer-decl.txt:
|
||||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers=""
|
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers=""
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
GtkObject
|
GtkObject
|
||||||
|
GtkWidget
|
||||||
|
GtkRange
|
||||||
|
GtkContainer
|
||||||
GObject
|
GObject
|
||||||
GstObject
|
GstObject
|
||||||
GstXml
|
GstXml
|
||||||
|
|
|
@ -125,9 +125,9 @@ the pool.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@pool:
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@buffer:
|
@buffer:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@pool:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_pool_set_create_function ##### -->
|
<!-- ##### FUNCTION gst_buffer_pool_set_create_function ##### -->
|
||||||
|
|
|
@ -24,7 +24,7 @@ with the buffer. (fakesink)
|
||||||
@gstfakesink: the object which received the signal.
|
@gstfakesink: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
|
|
||||||
<!-- ##### ARG GstFakeSink:num_sources ##### -->
|
<!-- ##### ARG GstFakeSink:num_sinks ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -14,6 +14,14 @@ Pass data without modification.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GstIdentity::handoff ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@gstidentity: the object which received the signal.
|
||||||
|
@arg1:
|
||||||
|
|
||||||
<!-- ##### ARG GstIdentity:loop_based ##### -->
|
<!-- ##### ARG GstIdentity:loop_based ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -24,6 +32,11 @@ Pass data without modification.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GstIdentity:duplicate ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GstIdentity:silent ##### -->
|
<!-- ##### ARG GstIdentity:silent ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -2466,6 +2466,12 @@ The start point of a filter graph
|
||||||
@counter:
|
@counter:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### ARG GstFakeSink:num_sources ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GST_PROPS_FLOAT_RANGE_STRING ##### -->
|
<!-- ##### MACRO GST_PROPS_FLOAT_RANGE_STRING ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -19,3 +19,8 @@ A tee can be used to split out the filter graph.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GstTee:silent ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue