GStreamer multimedia framework
Find a file
Julien Isorce f6b0ae1e75 uninstalled.pc: add support for non libtool build systems
Currently the .la path is provided which requires to use libtool as
mentioned in the GStreamer manual section-helloworld-compilerun.html.
It is fine as long as the application is built using libtool.

So currently it is not possible to compile a GStreamer application
within gst-uninstalled with CMake or other build system different
than autotools.

This patch allows to do the following in gst-uninstalled env:
gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \
  gst-editing-services-1.0)
Previously it required to prepend libtool --mode=link

https://bugzilla.gnome.org/show_bug.cgi?id=720778
2016-02-18 15:26:11 +00:00
bindings examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
common@b64f03f609 Automatic update of common submodule 2016-02-05 18:11:59 -03:00
data/completions ges-launch: Add support for +test-clip 2015-04-07 14:15:36 +02:00
docs asset: Add a way to set asset as "needing reload" 2015-12-10 14:48:08 +01:00
examples examples: Move all examples to the root dir and create foldersdir per language 2015-12-21 15:35:17 +01:00
ges Fix and test priority of TrackElement after splitting 2016-02-09 12:38:29 +01: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 nle: Turn composition structural issue into ERROR on the bus 2016-02-04 15:23:30 +01:00
tests Fix and test priority of TrackElement after splitting 2016-02-09 12:38:29 +01:00
tools launcher: Make sure to not activate validate twice when simply loading a scenario 2015-11-04 18:37:34 +01:00
.arcconfig ges: Set restriction caps in the audio source caps filter 2015-11-05 23:49:05 +01:00
.gitignore Update .gitignore 2015-04-23 20:20:29 +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.7.1 2015-12-24 15:07:57 +01:00
configure.ac tests_: Add a simple python copy/paste test for groups 2016-01-17 09:23:32 +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.7.1 2015-12-24 15:07:57 +01: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.7.1 2015-12-24 15:07:57 +01:00
README AUTHORS/README: cleanup 2010-11-11 17:45:20 +01:00
RELEASE Release 1.7.1 2015-12-24 15:07:57 +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