mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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>
|
2005-09-14 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* check/generic/states.c:
|
* 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 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
|
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)
|
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
dnl these are all the gst plug-ins, compilable without additional libs
|
dnl these are all the gst plug-ins, compilable without additional libs
|
||||||
|
|
|
@ -23,110 +23,31 @@ Send data to multiple filedescriptors
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@element:
|
||||||
<!-- ##### SIGNAL GstMultiFdSink::add ##### -->
|
@bytes_to_serve:
|
||||||
<para>
|
@bytes_served:
|
||||||
|
@clientslock:
|
||||||
</para>
|
@clients:
|
||||||
|
@fd_hash:
|
||||||
@gstmultifdsink: the object which received the signal.
|
@mode:
|
||||||
@arg1:
|
@fdset:
|
||||||
|
@control_sock:
|
||||||
<!-- ##### SIGNAL GstMultiFdSink::clear ##### -->
|
@streamheader:
|
||||||
<para>
|
@previous_buffer_in_caps:
|
||||||
|
@protocol:
|
||||||
</para>
|
@mtu:
|
||||||
|
@bufqueue:
|
||||||
@gstmultifdsink: the object which received the signal.
|
@running:
|
||||||
|
@thread:
|
||||||
<!-- ##### SIGNAL GstMultiFdSink::client-added ##### -->
|
@unit_type:
|
||||||
<para>
|
@units_max:
|
||||||
|
@units_soft_max:
|
||||||
</para>
|
@recover_policy:
|
||||||
|
@timeout:
|
||||||
@gstmultifdsink: the object which received the signal.
|
@sync_method:
|
||||||
@arg1:
|
@buffers_queued:
|
||||||
|
@bytes_queued:
|
||||||
<!-- ##### SIGNAL GstMultiFdSink::client-removed ##### -->
|
@time_queued:
|
||||||
<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>
|
|
||||||
|
|
||||||
<!-- ##### ENUM GstMultiFdSinkFlags ##### -->
|
<!-- ##### ENUM GstMultiFdSinkFlags ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -23,14 +23,9 @@ Send data as a server over the network via TCP
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@element:
|
||||||
<!-- ##### ARG GstTCPServerSink:host ##### -->
|
@server_port:
|
||||||
<para>
|
@host:
|
||||||
|
@server_sin:
|
||||||
</para>
|
@server_sock:
|
||||||
|
|
||||||
<!-- ##### ARG GstTCPServerSink:port ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
|
@ -23,34 +23,26 @@ Encodes audio in Vorbis format
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@element:
|
||||||
<!-- ##### ARG GstVorbisEnc:bitrate ##### -->
|
@sinkpad:
|
||||||
<para>
|
@srcpad:
|
||||||
|
@vi:
|
||||||
</para>
|
@vc:
|
||||||
|
@vd:
|
||||||
<!-- ##### ARG GstVorbisEnc:last-message ##### -->
|
@vb:
|
||||||
<para>
|
@eos:
|
||||||
|
@managed:
|
||||||
</para>
|
@bitrate:
|
||||||
|
@min_bitrate:
|
||||||
<!-- ##### ARG GstVorbisEnc:managed ##### -->
|
@max_bitrate:
|
||||||
<para>
|
@quality:
|
||||||
|
@quality_set:
|
||||||
</para>
|
@channels:
|
||||||
|
@frequency:
|
||||||
<!-- ##### ARG GstVorbisEnc:max-bitrate ##### -->
|
@samples_in:
|
||||||
<para>
|
@bytes_out:
|
||||||
|
@tags:
|
||||||
</para>
|
@setup:
|
||||||
|
@header_sent:
|
||||||
<!-- ##### ARG GstVorbisEnc:min-bitrate ##### -->
|
@last_message:
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### ARG GstVorbisEnc:quality ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue