GStreamer multimedia framework
Find a file
Edward Hervey ab0493418a GESTimelinePipeline: Make sure playsink events are sent to all incoming streams
PlaySink will not send seek events to all incoming streams since it assumes that
they all come from the same source (like a file).
When used with multiple gnonlin compositions we need to make sure those seek events
are sent to all of them.
2010-11-23 18:24:38 +01:00
common@5e3c9bf6bf common: Update to master 2010-09-23 18:43:01 +02:00
docs all: Changes for discoverer being merged upstream 2010-09-23 18:42:48 +02:00
ges GESTimelinePipeline: Make sure playsink events are sent to all incoming streams 2010-11-23 18:24:38 +01:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
tests tests: Ignore more files 2010-11-23 17:33:32 +01:00
tools ges-launch: g_print => g_printerr for relevant messages 2010-11-11 17:44:29 +01:00
.gitignore ges: Ignore more 2010-11-23 17:34:07 +01:00
.gitmodules It builds !!!! :) 2009-08-04 19:22:53 +02:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
autogen.sh build fixed again. Moved type declarations in a standalone file. 2009-08-06 12:14:37 +02:00
ChangeLog It builds !!!! :) 2009-08-04 19:22:53 +02:00
configure.ac configure.ac: Require GStreamer core/base 0.10.30.4 2010-11-04 12:29:20 +01:00
COPYING Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00
COPYING.LIB Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00
gst-editing-services.doap Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00
gst-editing-services.spec.in It builds !!!! :) 2009-08-04 19:22:53 +02:00
INSTALL Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00
Makefile.am tools: Moving playlist from examples and making it installable 2010-06-09 11:28:45 +02:00
NEWS It builds !!!! :) 2009-08-04 19:22:53 +02:00
README AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
RELEASE Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00

GStreamer Editing Services
--------------------------

 This is a high-level library for facilitating the creation of audio/video
non-linear editors.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base
 * gnonlin