mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
configure.ac (plugindir): Remove the EOL matcher from the regexp, as it causes me problems. Libtool? Make? Who knows?
Original commit message from CVS: 2005-09-15 Andy Wingo <wingo@pobox.com> * configure.ac (plugindir): Remove the EOL matcher from the regexp, as it causes me problems. Libtool? Make? Who knows?
This commit is contained in:
parent
cb8927cb92
commit
5c41fb2317
5 changed files with 58 additions and 145 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-15 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* configure.ac (plugindir): Remove the EOL matcher from the
|
||||
regexp, as it causes me problems. Libtool? Make? Who knows?
|
||||
|
||||
2005-09-14 David Schleef <ds@schleef.org>
|
||||
|
||||
* check/generic/states.c:
|
||||
|
|
|
@ -286,7 +286,7 @@ AC_SUBST(plugindir)
|
|||
|
||||
dnl this really should only contain flags, not libs - they get added before
|
||||
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
||||
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$' -no-undefined"
|
||||
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc' -no-undefined"
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
dnl these are all the gst plug-ins, compilable without additional libs
|
||||
|
|
|
@ -23,110 +23,31 @@ Send data to multiple filedescriptors
|
|||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GstMultiFdSink::add ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gstmultifdsink: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GstMultiFdSink::clear ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gstmultifdsink: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GstMultiFdSink::client-added ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gstmultifdsink: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GstMultiFdSink::client-removed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gstmultifdsink: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GstMultiFdSink::get-stats ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gstmultifdsink: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GstMultiFdSink::remove ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gstmultifdsink: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:buffers-max ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:buffers-queued ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:buffers-soft-max ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:bytes-served ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:bytes-to-serve ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:protocol ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:recover-policy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:sync-clients ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:sync-method ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstMultiFdSink:timeout ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@element:
|
||||
@bytes_to_serve:
|
||||
@bytes_served:
|
||||
@clientslock:
|
||||
@clients:
|
||||
@fd_hash:
|
||||
@mode:
|
||||
@fdset:
|
||||
@control_sock:
|
||||
@streamheader:
|
||||
@previous_buffer_in_caps:
|
||||
@protocol:
|
||||
@mtu:
|
||||
@bufqueue:
|
||||
@running:
|
||||
@thread:
|
||||
@unit_type:
|
||||
@units_max:
|
||||
@units_soft_max:
|
||||
@recover_policy:
|
||||
@timeout:
|
||||
@sync_method:
|
||||
@buffers_queued:
|
||||
@bytes_queued:
|
||||
@time_queued:
|
||||
|
||||
<!-- ##### ENUM GstMultiFdSinkFlags ##### -->
|
||||
<para>
|
||||
|
|
|
@ -23,14 +23,9 @@ Send data as a server over the network via TCP
|
|||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GstTCPServerSink:host ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstTCPServerSink:port ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@element:
|
||||
@server_port:
|
||||
@host:
|
||||
@server_sin:
|
||||
@server_sock:
|
||||
|
||||
|
|
|
@ -23,34 +23,26 @@ Encodes audio in Vorbis format
|
|||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GstVorbisEnc:bitrate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstVorbisEnc:last-message ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstVorbisEnc:managed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstVorbisEnc:max-bitrate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstVorbisEnc:min-bitrate ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstVorbisEnc:quality ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@element:
|
||||
@sinkpad:
|
||||
@srcpad:
|
||||
@vi:
|
||||
@vc:
|
||||
@vd:
|
||||
@vb:
|
||||
@eos:
|
||||
@managed:
|
||||
@bitrate:
|
||||
@min_bitrate:
|
||||
@max_bitrate:
|
||||
@quality:
|
||||
@quality_set:
|
||||
@channels:
|
||||
@frequency:
|
||||
@samples_in:
|
||||
@bytes_out:
|
||||
@tags:
|
||||
@setup:
|
||||
@header_sent:
|
||||
@last_message:
|
||||
|
||||
|
|
Loading…
Reference in a new issue