gstreamer/gst-libs/gst
Tim-Philipp Müller 95c842a860 codecparsers: remove problematic 'extern inline'
'extern inline' was added in 2fb76c89 for MSVC (it was just
'inline' before), but all of this doesn't really make sense,
the functions are not going to be inlined anyway, and what
'extern inline' means exactly also appears to depend on the
Cxx standard targetted. Let's just remove the 'extern inline'
entirely. At least gcc6 still emits the exact same code as
before anyway. Fixes compilation/linking with gcc 4.8 as
used on L4T on the TK1.
2017-01-10 16:03:30 +00:00
..
adaptivedemux adaptivedemux: Use a simple queue instead of queue2 2017-01-10 16:31:40 +01:00
audio Fix incorrect return type in several functions 2016-10-27 23:06:26 +05:30
base aggregator: Use the event_full function for GstAggregatorPads 2016-09-06 16:30:28 -03:00
basecamerabinsrc Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
codecparsers codecparsers: remove problematic 'extern inline' 2017-01-10 16:03:30 +00:00
gl glwindow: use the same parameter names between vfuncs and functions of the same name 2017-01-10 20:07:09 +11:00
insertbin Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
interfaces interfaces: photography: clean up header indentation 2016-11-21 10:52:39 +00:00
mpegts mpegtssection: Fix off-by-one in PMT parsing 2016-11-28 20:05:02 +02:00
opencv opencv: add opencv image format documentation 2016-11-29 21:21:49 -05:00
player player: Add deprecated compatibility functions for the audio/video/subtitle stream getters 2016-12-21 11:38:11 +02:00
uridownloader Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
video videoaggregator: Remove unlock() if set_info() fails 2016-12-14 15:35:42 +02:00
wayland meson: wayland: wl_scanner is required: false 2016-11-17 17:42:30 -03:00
gettext.h Fix FSF address 2012-11-04 00:09:59 +00:00
glib-compat-private.h Update GLib dependency to 2.40.0 2015-10-02 22:24:19 +03:00
gst-i18n-plugin.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
meson.build opencv: Enable in meson build 2016-11-26 17:55:23 +00:00