GStreamer multimedia framework
Find a file
Sebastian Dröge 7aa69d0ea0 nleurisource: Always provide a srcpad
By putting uridecodebin into a bin with a ghostpad. Without this,
nlesource tries to get a srcpad too early (before uridecodebin added
one) and everything fails miserably.

This has to be fixed properly in nlesource at some point, by properly
handling dynamically added pads. Currently they can only work if they
are added in states <= READY, which is not the usual case.

https://bugzilla.gnome.org/show_bug.cgi?id=771843
2016-09-22 11:30:58 -04:00
bindings examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
common@f980fd91c1 Automatic update of common submodule 2016-09-10 20:52:38 +10:00
data/completions ges-launch: Add support for +test-clip 2015-04-07 14:15:36 +02:00
docs meson: doc: Fix building documentation when using subprojects 2016-08-25 15:15:05 -03:00
examples Add support for Meson as alternative/parallel build system 2016-08-24 16:44:32 -03:00
ges timeline: Make get_groups public 2016-09-13 16:47:24 -03:00
m4 remove m4/*.m4, will be automatically created by autogen.sh 2009-11-09 15:54:18 +01:00
pkgconfig Add support for Meson as alternative/parallel build system 2016-08-24 16:44:32 -03:00
plugins nleurisource: Always provide a srcpad 2016-09-22 11:30:58 -04:00
tests timeline: Make get_groups public 2016-09-13 16:47:24 -03:00
tools ges-launch: Be a bit more agressive sanitizing arguments 2016-09-14 18:29:58 -03:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore ges: Rename parse_lex.h to ges-parse-lex.h 2016-08-25 10:06:51 +03: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-09-10 20:52:38 +10:00
ChangeLog Release 1.9.2 2016-09-01 12:33:13 +03:00
config.h.meson Add support for Meson as alternative/parallel build system 2016-08-24 16:44:32 -03:00
configure.ac configure: Depend on gstreamer 1.9.2.1 2016-09-14 11:31:28 +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.9.2 2016-09-01 12:33:13 +03: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
meson.build meson: Do not build libges against libcheck 2016-09-07 16:53:06 -03:00
meson_options.txt meson: Handle building the gir file when used as subproject 2016-09-05 12:46:52 -03:00
NEWS Release 1.9.2 2016-09-01 12:33:13 +03:00
README Remove obsolete dependency 2016-09-13 16:45:25 -03:00
RELEASE Release 1.9.2 2016-09-01 12:33:13 +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