GStreamer multimedia framework
Find a file
Aurélien Zanelli 62456af2a2 nlecomposition: ensure elements pending to be added are not leaked
When nlecomposition is finalized with pending add action or io,
associated elements are not unreffed as they should since caller gives
us the reference when calling gst_bin_add causing them to be leaked.
So to make sure we don't leak a reference on element when adding one to
the bin, each stage (action and pending_io) hold a reference on element
and release it when stage is done.

https://bugzilla.gnome.org/show_bug.cgi?id=766455
2016-05-14 20:50:16 -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@ac2f647695 Automatic update of common submodule 2016-04-14 10:05:16 +01:00
data/completions ges-launch: Add support for +test-clip 2015-04-07 14:15:36 +02:00
docs ges: Add some more functions to the docs and don't scan internal headers 2016-04-28 13:37:49 +03:00
examples examples/gitignore: ignore assets and play_timeline_with_one_clip binaries 2016-04-04 10:51:49 +03:00
ges ges: add some g-i annotations according to documentation 2016-05-14 20:36:07 -03:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
pkgconfig uninstalled.pc: add support for non libtool build systems 2016-02-18 15:26:11 +00:00
plugins nlecomposition: ensure elements pending to be added are not leaked 2016-05-14 20:50:16 -03:00
tests title: Do not concider inpoints 2016-04-22 16:15:33 -03:00
tools ges-launcher: don't leak sanitized_timeline string 2016-03-09 10:42:14 +01:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore Handle changing playback rate 2016-02-26 19:54:40 +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 Automatic update of common submodule 2016-02-05 18:11:59 -03:00
ChangeLog Release 1.8.0 2016-03-24 13:05:16 +02:00
configure.ac Back to development 2016-03-24 13:33:52 +02: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.8.0 2016-03-24 13:05:16 +02:00
gst-editing-services.spec.in ges: Update versioning 2012-04-04 14:50:23 +02:00
Makefile.am examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
NEWS Release 1.8.0 2016-03-24 13:05:16 +02:00
README AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
RELEASE Release 1.8.0 2016-03-24 13:05:16 +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