From e33572c56e93ad1a0f644047f30fc23ab5e01372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 11 Oct 2011 14:55:29 -0400 Subject: Rename Farsight 2 to Farstream --- docs/codingstyle.txt | 14 +++++++------- docs/diagrams/farsight2-references.svg | 4 ++-- docs/libs/Makefile.am | 8 ++++---- docs/libs/farsight2-libs-docs.sgml | 18 +++++++++--------- docs/libs/farsight2-libs-sections.txt | 24 ++++++++++++------------ docs/libs/farsight2-libs.types | 14 +++++++------- docs/multi-party-negotiation.txt | 2 +- docs/plugins/Makefile.am | 12 ++++++------ docs/plugins/farsight2-plugins-docs.sgml | 8 ++++---- docs/plugins/farsight2-transmitters.types.in | 2 +- docs/version.entities.in | 2 +- 11 files changed, 54 insertions(+), 54 deletions(-) (limited to 'docs') diff --git a/docs/codingstyle.txt b/docs/codingstyle.txt index 5f26f82e..b6711995 100644 --- a/docs/codingstyle.txt +++ b/docs/codingstyle.txt @@ -1,7 +1,7 @@ -This page describes the Farsight2 coding style. Respect it or die. +This page describes the Farstream coding style. Respect it or die. It is a copy of -http://farsight.freedesktop.org/wiki/Fs2CodingStyle +http://farstream.freedesktop.org/wiki/Fs2CodingStyle They should both be in sync @@ -27,7 +27,7 @@ Base indent unit is 2 spaces. The first parameter is on the same line as the function only if the function is a method. -static void farsight_rtp_stream_get_property (GObject *object, +static void farstream_rtp_stream_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec); @@ -37,7 +37,7 @@ static void farsight_rtp_stream_get_property (GObject *object, The first parameter is on the same line as the function only if the function is a method. static void -farsight_rtp_stream_get_property (GObject * object, +farstream_rtp_stream_get_property (GObject * object, guint prop_id, GValue * value, GParamSpec * pspec) @@ -90,7 +90,7 @@ switch (var) ==== Casting ==== -FarsightRTPStream *self = (FarsightRTPStream *) stream; +FarstreamRTPStream *self = (FarstreamRTPStream *) stream; ==== #includes ==== @@ -106,8 +106,8 @@ Finally, #include any private (non-installed) headers from the library or progra ==== Emacs mode ==== -(defun farsight2-c-mode () - "C mode with farsight2 style" +(defun farstream-c-mode () + "C mode with farstream style" (interactive) (c-mode) (c-set-style "GNU") diff --git a/docs/diagrams/farsight2-references.svg b/docs/diagrams/farsight2-references.svg index ce598689..b31675e1 100644 --- a/docs/diagrams/farsight2-references.svg +++ b/docs/diagrams/farsight2-references.svg @@ -15,9 +15,9 @@ sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docbase="/home/tester" - sodipodi:docname="farsight2-references.svg" + sodipodi:docname="farstream-references.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" - inkscape:export-filename="/home/tester/farsight2-references.png" + inkscape:export-filename="/home/tester/farstream-references.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> - Farsight2 Reference Manual + Farstream Reference Manual - for version &FS2_VERSION;. + for version &FS_VERSION;. The latest version of this documentation can be found on-line at - http://farsight.freedesktop.org/apidoc/farsight2/. + http://farstream.freedesktop.org/apidoc/farstream/. The bases classes are implemented by multiple plugins described in - the Farsight2 Plugins Manual. + the Farstream Plugins Manual. User-oriented classes, interfaces and functions - Farsight Core Library + Farstream Core Library @@ -32,20 +32,20 @@ - Farsight Utility Functions and Objects + Farstream Utility Functions and Objects - Classes used to implement Farsight plugins + Classes used to implement Farstream plugins - Farsight Transmitter Classes + Farstream Transmitter Classes - Farsight Plugins Infrastructure + Farstream Plugins Infrastructure diff --git a/docs/libs/farsight2-libs-sections.txt b/docs/libs/farsight2-libs-sections.txt index 2362eb22..4a220fb1 100644 --- a/docs/libs/farsight2-libs-sections.txt +++ b/docs/libs/farsight2-libs-sections.txt @@ -1,7 +1,7 @@
fs-participant FsParticipant -gst/farsight/fs-conference.h +gst/farstream/fs-conference.h FsParticipant FsParticipantClass FS_PARTICIPANT_DATA_LOCK @@ -21,7 +21,7 @@ FsParticipantPrivate
fs-stream FsStream -gst/farsight/fs-conference.h +gst/farstream/fs-conference.h FsStream FsStreamClass FsStreamDirection @@ -52,7 +52,7 @@ FsStreamPrivate FsDTMFEvent FsDTMFMethod FsSession -gst/farsight/fs-conference.h +gst/farstream/fs-conference.h FsSession FsSessionClass fs_session_new_stream @@ -84,7 +84,7 @@ FS_IS_CONFERENCE_CLASS
fs-conference FsConference -gst/farsight/fs-conference.h +gst/farstream/fs-conference.h FsConference fs_conference_new_session fs_conference_new_participant @@ -104,7 +104,7 @@ fs_error_quark
fs-candidate FsCandidate -gst/farsight/fs-conference.h +gst/farstream/fs-conference.h FsCandidate FsCandidateType FsNetworkProtocol @@ -124,7 +124,7 @@ fs_candidate_list_get_type
fs-codec FsCodec -gst/farsight/fs-conference.h +gst/farstream/fs-conference.h FsCodec FsMediaType FsCodecParameter @@ -159,7 +159,7 @@ fs_codec_list_get_type
fs-transmitter FsTransmitter -gst/farsight/fs-transmitter.h +gst/farstream/fs-transmitter.h FsTransmitter FsTransmitterClass fs_transmitter_new @@ -183,7 +183,7 @@ fs_transmitter_get_type
fs-stream-transmitter FsStreamTransmitter -gst/farsight/fs-transmitter.h +gst/farstream/fs-transmitter.h FsStreamTransmitter FsStreamTransmitterClass fs_stream_transmitter_add_remote_candidates @@ -206,7 +206,7 @@ fs_stream_transmitter_get_type
fs-plugin FsPlugin -gst/farsight/fs-plugin.h +gst/farstream/fs-plugin.h FsPlugin fs_plugin_create_valist fs_plugin_create @@ -227,7 +227,7 @@ fs_plugin_get_type
fs-element-added-notifier FsElementAddedNotifier -gst/farsight/fs-element-added-notifier.h +gst/farstream/fs-element-added-notifier.h FsElementAddedNotifier fs_element_added_notifier_new fs_element_added_notifier_add @@ -249,7 +249,7 @@ fs_element_added_notifier_get_type
fs-rtp RTP Specific types -gst/farsight/fs-rtp.h +gst/farstream/fs-rtp.h FsRtpHeaderExtension fs_rtp_header_extension_new fs_rtp_header_extension_copy @@ -270,7 +270,7 @@ fs_rtp_header_extension_list_get_type
fs-utils Utility functions -gst/farsight/fs-utils.h +gst/farstream/fs-utils.h fs_utils_set_bitrate fs_utils_get_default_codec_preferences fs_utils_get_default_element_properties diff --git a/docs/libs/farsight2-libs.types b/docs/libs/farsight2-libs.types index cd867146..3c50eeea 100644 --- a/docs/libs/farsight2-libs.types +++ b/docs/libs/farsight2-libs.types @@ -6,13 +6,13 @@ % - change output file name from gstreamer-(whatever).html to (whatever).html % - document properties and signals -#include "../../gst-libs/gst/farsight/fs-participant.h" -#include "../../gst-libs/gst/farsight/fs-session.h" -#include "../../gst-libs/gst/farsight/fs-stream.h" -#include "../../gst-libs/gst/farsight/fs-conference.h" -#include "../../gst-libs/gst/farsight/fs-transmitter.h" -#include "../../gst-libs/gst/farsight/fs-stream-transmitter.h" -#include "../../gst-libs/gst/farsight/fs-element-added-notifier.h" +#include "../../gst-libs/gst/farstream/fs-participant.h" +#include "../../gst-libs/gst/farstream/fs-session.h" +#include "../../gst-libs/gst/farstream/fs-stream.h" +#include "../../gst-libs/gst/farstream/fs-conference.h" +#include "../../gst-libs/gst/farstream/fs-transmitter.h" +#include "../../gst-libs/gst/farstream/fs-stream-transmitter.h" +#include "../../gst-libs/gst/farstream/fs-element-added-notifier.h" fs_participant_get_type fs_session_get_type diff --git a/docs/multi-party-negotiation.txt b/docs/multi-party-negotiation.txt index fc69ea0d..c970babd 100644 --- a/docs/multi-party-negotiation.txt +++ b/docs/multi-party-negotiation.txt @@ -11,7 +11,7 @@ RTP multi-party conferencing requires that all parties use the same list of code - Negotiated the common list in a decentralized manner -Farsight 2 supports the first two techniques, but not the third (which +Farstream supports the first two techniques, but not the third (which is a lot more complicated and error-prone). To use technique one, one just needs to call diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 9f81f9a5..8ba1c7fc 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -4,7 +4,7 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj # The name of the module, e.g. 'glib'. #DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@ -MODULE=farsight2 +MODULE=farstream DOC_MODULE=$(MODULE)-plugins # generated basefiles @@ -111,22 +111,22 @@ content_files = # Other files to distribute. extra_files = \ - farsight2-transmitters.types.in \ + farstream-transmitters.types.in \ gtkdoc-scangobj-transmitters -farsight2-transmitters.types: farsight2-transmitters.types.in Makefile +farstream-transmitters.types: farstream-transmitters.types.in Makefile cat $< > $@ - for i in "$(FS2_TRANSMITTER_PLUGINS_SELECTED)"; do \ + for i in "$(FS_TRANSMITTER_PLUGINS_SELECTED)"; do \ echo "${i}" >> $@ ;\ done -CLEANFILES = farsight2-transmitters.types +CLEANFILES = farstream-transmitters.types # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib # contains GtkObjects/GObjects and you want to document signals and properties. GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs GTKDOC_LIBS = \ - $(top_builddir)/gst-libs/gst/farsight/libgstfarsight-0.10.la \ + $(top_builddir)/gst-libs/gst/farstream/libgstfarstream-0.10.la \ $(top_builddir)/gst/fsrtpconference/libfsrtpconference_doc.la \ $(top_builddir)/gst/fsrawconference/libfsrawconference_doc.la \ $(top_builddir)/gst/fsmsnconference/libfsmsnconference_doc.la \ diff --git a/docs/plugins/farsight2-plugins-docs.sgml b/docs/plugins/farsight2-plugins-docs.sgml index ab53be16..9495f3a0 100644 --- a/docs/plugins/farsight2-plugins-docs.sgml +++ b/docs/plugins/farsight2-plugins-docs.sgml @@ -6,14 +6,14 @@ ]> - Farsight2 Plugins Manual + Farstream Plugins Manual - for version &FS2_VERSION;. + for version &FS_VERSION;. The latest version of this documentation can be found on-line at - http://farsight.freedesktop.org/apidoc/farsight2-plugins/. + http://farstream.freedesktop.org/apidoc/farstream-plugins/. These plugins are to be used with the base classes and other utility objects and functions described in the - Farsight2 Reference Manual. + Farstream Reference Manual. diff --git a/docs/plugins/farsight2-transmitters.types.in b/docs/plugins/farsight2-transmitters.types.in index 7f744470..5d8e5bdb 100644 --- a/docs/plugins/farsight2-transmitters.types.in +++ b/docs/plugins/farsight2-transmitters.types.in @@ -1 +1 @@ -#include +#include diff --git a/docs/version.entities.in b/docs/version.entities.in index 6494998e..662fc76e 100644 --- a/docs/version.entities.in +++ b/docs/version.entities.in @@ -1,2 +1,2 @@ - + -- cgit v1.2.1