| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Already present in gstreamer-gl.pc.in
https://bugzilla.gnome.org/show_bug.cgi?id=784779
|
|
|
|
| |
Just the build dir is not going to work for srcdir!=builddir.
|
|
|
|
|
|
|
| |
This can be used in a generic way as common interface by all platforms that,
in one way or another, pass around physical memory addresses.
https://bugzilla.gnome.org/show_bug.cgi?id=779067
|
|
|
|
|
| |
Really need to include the srcdir for codecparsers, and build dir
for mpegts.
|
|
|
|
| |
Which might not exist, like on most modern Linux distributions.
|
|
|
|
|
| |
Allows users to query this from pkg-config instead of requiring them to
compile mini programs checking defines in gstglconfig.h
|
|
|
|
|
| |
If an application/library explicitly needs a library, it needs to link
against it itself.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Generating those files is useful for users building the GStreamer stack
using meson and having to link it to another project which is still
using the autotools.
While doing so, fix some -uninstalled pc files which were using a
suspicious 'pcfiledir' which was never replaced or defined.
https://bugzilla.gnome.org/show_bug.cgi?id=776810
|
|
|
|
|
| |
Currently only works on linux with egl/glx + wayland/x11 but the general
principals have been layed out for adding the other GL platforms/winsys'.
|
|
|
|
|
|
| |
714d8aa in core removed this include dir from it's pkgconfig file.
https://bugzilla.gnome.org/show_bug.cgi?id=770523
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/mesonbuild/meson
With contributions from:
Tim-Philipp Müller <tim@centricular.com>
Matej Knopp <matej.knopp@gmail.com>
Jussi Pakkanen <jpakkane@gmail.com> (original port)
Highlights of the features provided are:
* Faster builds on Linux (~40-50% faster)
* The ability to build with MSVC on Windows
* Generate Visual Studio project files
* Generate XCode project files
* Much faster builds on Windows (on-par with Linux)
* Seriously fast configure and building on embedded
... and many more. For more details see:
http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
Building with Meson should work on both Linux and Windows, but may
need a few more tweaks on other operating systems.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=765302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 \
gstreamer-gl-1.0)
Previously it required to prepend libtool --mode=link
https://bugzilla.gnome.org/show_bug.cgi?id=720778
|
|
|
|
|
|
|
|
|
|
| |
Don't put relative paths in pkg-config files, including uninstalled
ones. For those, use @abs_topbuilddir@ and @abs_topsrcdir@ as we
do elsewhere.
Remove libraries= directives, which doesn't seem to be a pkg-config
variable that actually exists, but has been in all our pkg-config
files for as long as they've existed.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=760733#c17
|
|
|
|
|
|
|
| |
They are still considered unstable API but it would be good to give them some
wider testing already to make sure the API is useful.
https://bugzilla.gnome.org/show_bug.cgi?id=760733
|
|
|
|
|
|
|
| |
It's useful enough already to be used in other elements for audio aggregation,
let's give people the opportunity to use it and give it some API testing.
https://bugzilla.gnome.org/show_bug.cgi?id=760733
|
| |
|
|
|
|
|
|
|
|
| |
It's architecture dependent and should not be placed into the include
directory as the assumption is that all those headers are architecture
independent.
https://bugzilla.gnome.org/show_bug.cgi?id=739767
|
|
|
|
|
|
|
| |
These will disappear after 1.4.0 and it would be rather annoying if
people started depending on them.
https://bugzilla.gnome.org/show_bug.cgi?id=732207
|
|
|
|
|
|
|
|
| |
This base class has been added to a newly created libgstbadvideo library
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
https://bugzilla.gnome.org/show_bug.cgi?id=731918
|
|
|
|
|
|
|
|
| |
This base class has been added to a newly created libgstbadbase library
Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
https://bugzilla.gnome.org/show_bug.cgi?id=731917
|
| |
|
|
|
|
|
| |
Forgot to do that in 09116bf10d515d50bdd1e9a20278be816cb762aa:
"egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink"
|
| |
|
|
|
|
|
| |
Ensure to provide libgstgl also in the uninstalled setup.
Fixes build of gst-omx for RPI in uninstalled setup.
|
|
|
|
|
|
| |
glimagesink
https://bugzilla.gnome.org/show_bug.cgi?id=703343
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=703343
|
|
|
|
|
| |
Renames GST_MAJORMINOR to GST_API_VERSION in build files
removes -lgstinterfaces from _LDADD flags
|
|
|
|
|
|
| |
When you use gstreamer uninstalled and build outside
the source tree, the includes need to be specified for
both the source tree and the build tree.
|
|
|
|
| |
pkgconfig/gstreamer-gl-uninstalled.pc.in: * pkgconfig/gstreamer-gl.pc.in: * pkgconfig/gstreamer-plugins-gl-uninstalled.pc.in: * pkgconfig/gstreamer-plugins-gl.pc.in: Rename pkgconfig files. And install them. * tests/check/Makefile.am: * tests/check/generic/states.c: * tests/check/pipelines/simple-launch-lines.c: Add some tests copied from -good.
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=720673
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=709145
|
|
|
|
| |
This only contained API that now has replacements in core and base.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This element automatically links in any element added using it's
action signals. These elements must have a single source pad and a single
sink pad.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Adds a new pkgconfig file for codecparsers. They don't have
any specific dependency on gst-plugins-bad and they could quite be
independent bitstream parsers.
|
|
|
|
| |
Create a new codecparsers library
|
| |
|