GStreamer multimedia framework
Find a file
Vasilis Liaskovitis 393505b8aa integration: add SeekInfo and get_position callback for seek tests
A Seekinfo structure consists of 2 fields:
- position: the position to seek to
- seeking_position: the position to perform the seek from

Seeks can be appended to a global list e.g. from code:
seeks = g_list_append (seeks, new_seek_info (0.2 * GST_SECOND, 0.6 * GST_SECOND));
seeks = g_list_append (seeks, new_seek_info (1.0 * GST_SECOND, 1.2 * GST_SECOND));
seeks = g_list_append (seeks, new_seek_info (1.5 * GST_SECOND, 1.8 * GST_SECOND));

The get_position callback checks the current position and attempts to perform
the corresponding seek with gst_element_seek_simple
2013-07-13 17:29:08 +02:00
android Rename GESTimelineLayer to GESLayer 2013-04-23 20:22:31 -03:00
bindings Rename GESTimelineLayer to GESLayer 2013-04-23 20:22:31 -03:00
common@12af105243 autogen.sh: generate from common module, fixing srcdir != builddir build 2013-06-18 13:32:38 +01:00
docs ges: Implement a GESGroup class, subclass of GESContainer 2013-07-09 16:47:00 -04:00
ges ges-uri-clip: Add the possibility to specify an assets directory 2013-07-13 17:22:24 +02:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
pkgconfig ges: Update versioning 2012-04-04 14:50:23 +02:00
tests integration: add SeekInfo and get_position callback for seek tests 2013-07-13 17:29:08 +02:00
tools ges-launch: make it portable to all locales. 2013-07-01 10:02:10 +02:00
.gitignore Update gitignore 2013-05-10 18:13:11 -04:00
.gitmodules It builds !!!! :) 2009-08-04 19:22:53 +02:00
acinclude.m4 building: add python bindings 2011-08-10 17:12:45 +02:00
Android.mk android: make it ready for androgenizer 2011-04-11 17:15:55 +02:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
autogen.sh autogen.sh: generate from common module, fixing srcdir != builddir build 2013-06-18 13:32:38 +01:00
ChangeLog Release 0.10.1 2011-01-20 22:04:06 +01:00
configure.ac build: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS to fix build with automake 1.13 2013-01-30 10:24:53 +00:00
COPYING Fix FSF address 2012-11-04 00:25:20 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:25:20 +00:00
gst-editing-services.doap Add .doap file 2013-06-18 13:17:29 +01:00
gst-editing-services.spec.in ges: Update versioning 2012-04-04 14:50:23 +02:00
INSTALL Fix build. Can now run make distcheck. 2009-08-07 17:11:33 +02:00
Makefile.am tests: Add integration tests 2013-07-12 18:17:00 -04:00
NEWS Release 0.10.1 2011-01-20 22:04:06 +01:00
README AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
RELEASE Release 0.10.1 2011-01-20 22:04:06 +01: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