mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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/gstidentity.sgml \
|
||||
tmpl/gstlog.sgml \
|
||||
tmpl/gstmeta.sgml \
|
||||
tmpl/gstobject.sgml \
|
||||
tmpl/gstpad.sgml \
|
||||
tmpl/gstpipeline.sgml \
|
||||
|
@ -68,15 +67,12 @@ SCANOBJS_FILES = \
|
|||
# FIXME: the dependencies here are rather broken. Really, html/book1.html
|
||||
# should be rebuilt if any file in $(top_srcdir)/gst is updated.
|
||||
if HAVE_GTK_DOC
|
||||
html/book1.html: sgml/gstreamer-doc.bottom
|
||||
html/book1.html:
|
||||
$(MAKE) html
|
||||
else
|
||||
html/book1.html:
|
||||
endif
|
||||
|
||||
sgml/gstreamer-doc.bottom: $(tmpl_sources)
|
||||
$(MAKE) sgml
|
||||
|
||||
gstreamer-decl.txt:
|
||||
gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers=""
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
GtkObject
|
||||
GtkWidget
|
||||
GtkRange
|
||||
GtkContainer
|
||||
GObject
|
||||
GstObject
|
||||
GstXml
|
||||
|
|
|
@ -125,9 +125,9 @@ the pool.
|
|||
|
||||
</para>
|
||||
|
||||
@pool:
|
||||
<!-- # Unused Parameters # -->
|
||||
@buffer:
|
||||
<!-- # Unused Parameters # -->
|
||||
@pool:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_buffer_pool_set_create_function ##### -->
|
||||
|
|
|
@ -24,7 +24,7 @@ with the buffer. (fakesink)
|
|||
@gstfakesink: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GstFakeSink:num_sources ##### -->
|
||||
<!-- ##### ARG GstFakeSink:num_sinks ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
|
|
@ -14,6 +14,14 @@ Pass data without modification.
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### SIGNAL GstIdentity::handoff ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gstidentity: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GstIdentity:loop_based ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -24,6 +32,11 @@ Pass data without modification.
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstIdentity:duplicate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstIdentity:silent ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -2466,6 +2466,12 @@ The start point of a filter graph
|
|||
@counter:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GstFakeSink:num_sources ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO GST_PROPS_FLOAT_RANGE_STRING ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -19,3 +19,8 @@ A tee can be used to split out the filter graph.
|
|||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstTee:silent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue