GStreamer multimedia framework
Find a file
Thibault Saunier ce4d2d8102 pipeline: Allow up to 2 seconds queueing in the playsink video queue
In playsink the default video queue max size is 3 buffers, which is
sometimes not enough for our use case.

Allow up to 2 seconds of buffered data, giving us more time to do
the transition between clips, and thus avoiding dropping frames in
the sink when bringing up new clip takes too much time.

Differential Revision: https://phabricator.freedesktop.org/D1854
2017-08-19 23:21:57 -03:00
bindings examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
common@3f4aa969cb Automatic update of common submodule 2017-08-17 12:26:24 +01:00
data/completions completion: Fix previous commit 2017-04-04 16:27:33 -04:00
docs meson: fix a few warnings 2017-08-10 13:46:03 +01:00
examples ges-ui: Ensure that string is \0-terminated 2017-02-28 13:02:44 +02:00
ges pipeline: Allow up to 2 seconds queueing in the playsink video queue 2017-08-19 23:21:57 -03:00
hooks meson: Setup pre commit hook and fix getpluginsdir for standalone case 2016-09-30 13:35:01 -03:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
pkgconfig meson: generate pkg-config -uninstalled pc files 2017-01-05 09:20:05 -03:00
plugins smartmixer: Give a unique name to each compositor instances 2017-08-10 21:40:37 -04:00
tests tests: don't use private debug category in asset test 2017-08-11 22:24:28 +01:00
tools ges-launch: Use standard GstEncodingProfile deserialization function 2016-12-23 15:08:06 -03:00
win32 Hide ges_smart_mixer_* API 2017-08-12 10:07:22 +01:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore Remove generated .spec file 2016-12-16 17:29:59 +00:00
.gitmodules common: use https protocol for common submodule 2016-11-26 11:25:44 +00:00
AUTHORS AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
autogen.sh Automatic update of common submodule 2017-04-10 23:51:18 +01:00
ChangeLog Release 1.12.0 2017-05-04 15:43:12 +03:00
configure.ac configure: bump gst-validate requirement to 1.12.1 2017-08-12 10:07:22 +01: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 Release 1.12.0 2017-05-04 15:43:12 +03:00
Makefile.am Don't dist config.meson.h as it no longer exist 2017-06-09 20:15:26 -04:00
meson.build meson: hide symbols by default unless explicitly exported 2017-08-11 22:28:04 +01:00
meson_options.txt meson: Add an option to disable doc generation 2017-02-15 12:53:22 -03:00
NEWS Release 1.12.0 2017-05-04 15:43:12 +03:00
README Remove obsolete dependency 2016-09-13 16:45:25 -03:00
RELEASE Release 1.12.0 2017-05-04 15:43:12 +03: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