GStreamer multimedia framework
Go to file
Wim Taymans ceb84de916 gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more.
Original commit message from CVS:
* gst/audioconvert/Makefile.am:
* gst/audioconvert/audioconvert.c: (if), (float),
(audio_convert_get_func_index), (check_default),
(audio_convert_clean_fmt), (audio_convert_prepare_context),
(audio_convert_clean_context), (audio_convert_get_sizes),
(get_temp_buffer), (audio_convert_convert):
* gst/audioconvert/audioconvert.h:
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init), (gst_audio_convert_init),
(gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
(gst_audio_convert_get_unit_size),
(gst_audio_convert_transform_caps),
(gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
(gst_audio_convert_transform_ip), (gst_audio_convert_transform):
* gst/audioconvert/gstaudioconvert.h:
* gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
(gst_channel_mix_fill_identical),
(gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
(gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
(gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
(gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
(gst_channel_mix_mix):
* gst/audioconvert/gstchannelmix.h:
Cleanups, librarify a bit, optimize, better negotiation and more.
2005-08-26 15:43:56 +00:00
check add more conversion tests 2005-08-25 18:27:24 +00:00
common@7c93670c50 ext/: Big shout-out to MikeS for fixing this giant memory leak. 2005-08-26 10:50:56 +00:00
docs mangled tmpl files 2005-08-15 16:15:32 +00:00
examples examples/seeking/seek.c: Small seek updates. 2005-08-23 18:30:07 +00:00
ext ext/ogg/gstoggdemux.c: Another from MikeS: 2005-08-26 11:39:01 +00:00
gst gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more. 2005-08-26 15:43:56 +00:00
gst-libs ext/ogg/gstoggdemux.c: Parse seeking events better. 2005-08-24 18:04:45 +00:00
m4 update esound, gconf, alsa and ogg m4 files from upstream versions 2004-09-17 22:13:07 +00:00
pkgconfig Remove gconf stuff, use gconf elements instead from now on. 2005-07-20 10:12:34 +00:00
po translate me baby 2005-08-24 18:13:15 +00:00
scripts added todo added simple automatic test suite for plugins using filesrc and fakesink 2001-12-21 09:49:24 +00:00
sys ext/ogg/gstoggdemux.c: Parse seeking events better. 2005-08-24 18:04:45 +00:00
tests add more conversion tests 2005-08-25 18:27:24 +00:00
testsuite *.c: Don't cast to GstObject before reffing/unreffing. 2005-06-28 10:16:13 +00:00
tools tools/gst-launch-ext-m.m: Fix AVI/ASF pipelines (#165340). 2005-01-26 23:08:23 +00:00
win32 more working plugins 2004-07-27 21:41:30 +00:00
.gitignore updates for release 2005-06-18 22:43:51 +00:00
.gitmodules Added Goom and icecast to the spec, also fixed jpmeg mmx 2002-02-03 19:05:07 +00:00
AUTHORS put the same mail for Zaheer Merali everywhere 2004-12-11 13:43:18 +00:00
autogen.sh reinstate plugin docs 2005-06-29 10:56:25 +00:00
ChangeLog gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation and more. 2005-08-26 15:43:56 +00:00
configure.ac c/: add core's plugins to the mix so that playbin works 2005-08-24 18:03:12 +00:00
COPYING building up speed 2001-12-17 18:37:01 +00:00
COPYING.LIB add COPYING.LIB 2003-09-14 21:43:48 +00:00
gst-plugins-base.spec.in add audioresample to spec file 2005-08-24 17:28:39 +00:00
INSTALL building up speed 2001-12-17 18:37:01 +00:00
LICENSE Add license files. LICENSE_readme moved here from core since it has info related to all the plugins. 2002-07-04 19:32:52 +00:00
LICENSE_readme update these two files to contain recent additions 2004-11-09 10:18:19 +00:00
MAINTAINERS MAINTAINERS: Add 2004-03-01 20:55:30 +00:00
Makefile.am only build if you have check 2005-08-20 20:55:58 +00:00
NEWS updates for release 2005-06-18 22:43:51 +00:00
README updates for release 2005-06-18 22:43:51 +00:00
RELEASE updates for release 2005-06-18 22:43:51 +00:00
REQUIREMENTS add libmms to REQUIREMENTS file 2005-01-06 18:28:14 +00:00

WHAT IT IS
----------
This is GStreamer, a framework for streaming media.

This package is in the 0.9.x series.  This means that this is a
development series leading up to a stable 0.10.x series.
You have been warned.

OVERVIEW
--------
GStreamer is split up over a number of modules, tarballs and packages:

- gstreamer:
  The core.  It contains the main library and header files, as well as
  some fundamental elements.  Every GStreamer project needs at least this
  installed.
- gst-plugins-base:
  A base set of plugins.  This set is the set we actively keep synchronized
  with the core and are also meant to serve as examples on how to write
  GStreamer elements.  It also contains a number of base classes for writing
  GStreamer elements.

INSTALLING FROM PACKAGES
------------------------
You should always prefer installing from packages first.  GStreamer is
well-maintained for a number of distributions, including Fedora, Debian,
Ubuntu, Mandrake, Gentoo, ...

Only in cases where you:
- want to hack on GStreamer
- want to verify that a bug has been fixed
- do not have a sane distribution
should you choose to build from source tarballs or CVS.

Find more information about the various packages at
http://gstreamer.freedesktop.org/download/

COMPILING FROM SOURCE TARBALLS
------------------------------
- again, make sure that you really need to install from source !
  If GStreamer is one of your first projects ever that you build from source,
  consider taking on an easier project.

- check output of ./configure --help to see if any options apply to you
- run
  ./configure
  make

  to build GStreamer.
- if you want to install it (not required), run
  make install
- You should create a registry for things to work.
  If you ran make install in the previous step, run
  gst-register
  as root.

  If you didn't install, run
  tools/gst-register
  as a normal user.

- try out a simple test:
  gst-launch fakesrc num_buffers=5 ! fakesink
  (If you didn't install GStreamer, again prefix gst-launch with tools/)

  If it outputs a bunch of messages from fakesrc and fakesink, everything is
  ok.

- After this, you're ready to install gst-plugins, which will provide the
  functionality you're probably looking for by now, so go on and read
  that README.

COMPILING FROM CVS
------------------
When building from CVS sources, you will need to run autogen.sh to generate 
the build system files.

You will need a set of additional tools typical for building from CVS,
including:
- autoconf
- automake
- libtool

autogen.sh will check for recent enough versions and complain if you don't have
them.  You can also specify specific versions of automake and autoconf with
--with-automake and --with-autoconf

Check autogen.sh options by running autogen.sh --help

autogen.sh can pass on arguments to configure - you just need to separate them
from autogen.sh with -- between the two.
prefix has been added to autogen.sh but will be passed on to configure because
some build scripts like that.

When you have done this once, you can use autoregen.sh to re-autogen with
the last passed options as a handy shortcut.  Use it.

After the autogen.sh stage, you can follow the directions listed in
"COMPILING FROM SOURCE"

You can also run your whole cvs stack uninstalled.  The script in
the gstreamer module /docs/faq/gst-uninstalled) is helpful in setting
up your environment for this.

PLUG-IN DEPENDENCIES AND LICENSES
---------------------------------
GStreamer is developed under the terms of the LGPL (see LICENSE file for
details). Some of our plug-ins however rely on libraries which are available
under other licenses. This means that if you are using an application which
has a non-GPL compatible license (for instance a closed-source application)
with GStreamer, you have to make sure not to use GPL-linked plug-ins.
When using GPL-linked plug-ins, GStreamer is for all practical reasons
under the GPL itself.

HISTORY
-------
The fundamental design comes from the video pipeline at Oregon Graduate
Institute, as well as some ideas from DirectMedia.  It's based on plug-ins that
will provide the various codec and other functionality.  The interface
hopefully is generic enough for various companies (ahem, Apple) to release
binary codecs for Linux, until such time as they get a clue and release the
source.