Nirbheek Chauhan
90f6e6c097
decklink: Use g_thread_new instead of g_thread_create
...
It's deprecated, and causes a build failure in Cerbero because we pass
-DG_DISABLE_DEPRECATED.
2018-03-27 12:51:19 +05:30
Takeshi Sato
beab2ee4dc
decklink: fix initialization fails in windows binary
...
There is no log of gst_decklink_com_thread () which initializes COM.
The initialization part is not valid with #ifdef MSC_VER.
Windows binaries are built with gcc.
As with other codes, it was avoidable by setting it to G_OS_WIN32
instead of MSC_VER.
https://bugzilla.gnome.org/show_bug.cgi?id=794652
2018-03-27 12:04:05 +05:30
Nirbheek Chauhan
a08d333e56
wasapi: Print the hresult hex value on error
...
This helps figure out precisely what error enum value was returned,
which can be necessary when the description is too generic
2018-03-27 12:02:21 +05:30
Nirbheek Chauhan
e80c044cb3
ladspa: Fix critical during plugin load on Windows
...
https://bugzilla.gnome.org/show_bug.cgi?id=794611
2018-03-27 12:02:21 +05:30
Tim-Philipp Müller
ed84f17917
x265enc: no //-style comments
2018-03-26 19:53:37 +01:00
James Stevenson
0670befbaf
x265enc: Add "key-int-max" property
...
https://bugzilla.gnome.org/show_bug.cgi?id=794623
2018-03-26 19:53:24 +01:00
Sebastian Dröge
3b5c2049bb
gl: Rename gstglutils.h functions to prevent symbol conflicts with static linking
...
The gl plugin in -base has the same function.
2018-03-25 12:53:53 +03:00
Sebastian Dröge
52ebbd55b2
opus: Rename opusheader functions to prevent symbol conflicts with static linking
...
The opus plugin in -base has the same functions.
2018-03-25 12:53:53 +03:00
James Stevenson
add2c0c35a
x265: Fix tagging of keyframes on output buffers
...
https://bugzilla.gnome.org/show_bug.cgi?id=794620
2018-03-23 14:10:57 +00:00
Tim-Philipp Müller
b647888dc8
meson: webrtc: use gnome.mkenums_simple() to generate enumtypes files
2018-03-22 14:34:17 +00:00
Tim-Philipp Müller
503769e8e3
webrtc: use right export define in generated enumtypes file
2018-03-22 14:34:08 +00:00
Tim-Philipp Müller
f48564b700
webrtc: fix g-ir-scanner complaining about unstable API
2018-03-22 14:34:08 +00:00
Alessandro Decina
f49134095c
meson: use gnome.mkenums_simple() to generate enumtypes files
...
Means we no longer need our custom scripts, nor template files.
2018-03-22 14:34:05 +00:00
Tim-Philipp Müller
00727d2437
pkgconfig: remove some cruft
...
gl has moved to -base, remove leftover files.
2018-03-22 10:41:31 +00:00
Patrik Nilsson
e61e840d09
meson: fix ladspa dependencies
...
There are two issues, both related to dependency checking with the meson
support for the ladspa plugin.
With autotools, lrdf is handled like an optional dependency. But with
meson it is required. This makes the meson support less flexible and
inconsistent with autotools.
When autotools is used it properly checks if ladspa.h is available.
But with meson it does not, instead it treats lrdf as the main
dependency. This could cause a build failure if lrdf is installed, but
the ladspa sdk is not.
https://bugzilla.gnome.org/show_bug.cgi?id=794350
2018-03-22 09:50:50 +02:00
Patrik Nilsson
3fdcdf2705
meson: enable bs2b compilation
...
Add meson build system support to bs2b plugin.
https://bugzilla.gnome.org/show_bug.cgi?id=794346
2018-03-21 16:53:55 -04:00
Sebastian Dröge
93e56ed473
mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit events
...
And don't randomly change the PCR stream, which would cause a new PMT
version to be generated instead and could confuse players.
2018-03-21 13:42:30 +02:00
Sebastian Dröge
3f0463c43e
mpegtsmux: Deterministically set the PCR stream to the first stream of the program
...
Otherwise it would be randomly set to the first stream of the program
that receives a buffer.
2018-03-21 13:34:17 +02:00
Sebastian Dröge
19acd7b215
mpegtsmux: Reset a few more fields in mpegtsmux_reset() to their original values
2018-03-21 11:05:23 +02:00
Sebastian Dröge
e3740b58d7
tsmux: Don't use GST_DEBUG_OBJECT() with non-GObject types
2018-03-21 10:59:29 +02:00
Brendan Shanks
8e3827b7be
h264parse: reset internal 'state' variable properly
...
Reset the internal 'state' variable when the parser is started, fixes
errors when parser is being re-used.
https://bugzilla.gnome.org/show_bug.cgi?id=794537
2018-03-21 09:12:28 +02:00
Sebastian Dröge
1b3b3677cc
shmsink: Fix compilation with latest GLib
...
g_object_ref() forwards its arguments type.
gstshmsink.c: In function ‘gst_shm_sink_allocator_alloc_locked’:
/usr/include/glib-2.0/gobject/gobject.h:512:32: error: passing argument 3 of ‘gst_memory_init’ from incompatible pointer type [-Werror=incompatible-pointer-types]
#define g_object_ref(Obj) ((__typeof__(Obj)) (g_object_ref) (Obj))
^
gstshmsink.c:292:45: note: in expansion of macro ‘g_object_ref’
gst_memory_init (memory, params->flags, g_object_ref (self), NULL,
^~~~~~~~~~~~
2018-03-20 16:16:19 +02:00
Tim-Philipp Müller
ce0d902d39
Back to development
2018-03-20 09:39:17 +00:00
Tim-Philipp Müller
48cde372d6
Release 1.14.0
2018-03-19 20:24:08 +00:00
Tim-Philipp Müller
e9667da608
Update docs
2018-03-19 20:24:05 +00:00
Tim-Philipp Müller
1da3cd56a0
wasapi: try to satisfy both mingw and msvc
...
Fix-up for previous commit, hopefully.
2018-03-18 14:13:52 +00:00
Nicolas Dufresne
9387a936b5
kmssink: Add Amlogic upstreamer DRM driver support
...
Amlogic Upstream driver is named meson, not to be confuse with the build
system.
2018-03-18 09:50:51 -04:00
Tim-Philipp Müller
ca4cbaef24
wasapi: fix indentation
2018-03-17 23:52:31 +00:00
Tim-Philipp Müller
ec5c3cb714
wasapi: fix unresolved symbol linker error with vs2017 on win10
...
ERROR: unresolved external symbol PKEY_AudioEngine_DeviceFormat
Apparently the order of the header includes matters, and initguid.h
must be included first. Let's hope this doesn't break anything on
the other toolchains.
https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/ceff4e2d-8f63-4ab6-b09b-fdac65d62a80/pkeyaudioenginedeviceformat-link-error?forum=windowspro-audiodevelopment
2018-03-17 23:48:13 +00:00
Sebastian Dröge
d4762bc5d5
webrtc: Fix make distcheck for g-i build
...
ERROR: ../../../../../gst-libs/gst/webrtc/webrtc-enumtypes.c: no such a file or directory
2018-03-16 19:21:31 +02:00
Sebastian Dröge
0d4b9fd307
webrtc: Include webrtc-enumtypes in the g-i build
2018-03-16 17:00:56 +02:00
Sebastian Dröge
8375e33965
webrtcbin: Remove parameter from gst_webrtc_rtp_sender_new()
2018-03-16 11:07:01 +02:00
Sebastian Dröge
b1ca76377f
webrtc: Remove unused parameter from rtpsender constructor
...
https://bugzilla.gnome.org/show_bug.cgi?id=794363
2018-03-16 10:37:24 +02:00
Sebastian Dröge
950ead9215
webrtc: Add some locks to setters and remove non-existing functions from headers
...
https://bugzilla.gnome.org/show_bug.cgi?id=794363
2018-03-16 10:37:24 +02:00
Sebastian Dröge
dabfe399eb
webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistency
...
Everything else is ICE, not Ice.
https://bugzilla.gnome.org/show_bug.cgi?id=794362
2018-03-16 10:37:24 +02:00
Sebastian Dröge
1a889a3adc
webrtc: Fix gobject-introspection build with meson
2018-03-15 16:45:46 +02:00
Sebastian Dröge
b35b01ad09
webrtc: Add gobject-introspection integration
...
https://bugzilla.gnome.org/show_bug.cgi?id=794347
2018-03-15 16:37:04 +02:00
Jan Alexander Steffens (heftig)
7da65ab6d5
srt: Add missing gstsrt.h to noinst_HEADERS
...
Reorder the list to match the SOURCES.
https://bugzilla.gnome.org/show_bug.cgi?id=794320
2018-03-14 10:46:34 +00:00
Hyunjun Ko
52f669bf43
msdk: libva: remove unnecessary code and comments
...
https://bugzilla.gnome.org/show_bug.cgi?id=794276
2018-03-13 14:21:40 -08:00
Hyunjun Ko
6547b638c5
msdk: adds new debug category
...
https://bugzilla.gnome.org/show_bug.cgi?id=794276
2018-03-13 14:20:50 -08:00
Hyunjun Ko
443b3c98fa
msdk: fix typo
...
https://bugzilla.gnome.org/show_bug.cgi?id=794276
2018-03-13 14:18:23 -08:00
Wang,Fei
0c69867d52
msdk: Fix the I420 video format support
...
Make sure I420 surface mapping works as expected by using
YV12 format and swap U/V plane's offset and pitches.
https://bugzilla.gnome.org/show_bug.cgi?id=793865
2018-03-13 13:54:17 -08:00
Tim-Philipp Müller
84da104b06
Release 1.13.91
2018-03-13 19:22:13 +00:00
Tim-Philipp Müller
609af44f48
Update docs
2018-03-13 19:22:10 +00:00
Tim-Philipp Müller
a85cc34da1
docs: update api decorators to ignore
2018-03-13 13:36:33 +00:00
Tim-Philipp Müller
333f636555
webrtc: GST_EXPORT -> GST_WEBRTC_API
...
We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
2018-03-13 13:36:33 +00:00
Tim-Philipp Müller
bdbe83a88e
wayland: GST_EXPORT -> GST_WAYLAND_API
...
We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
2018-03-13 13:36:33 +00:00
Tim-Philipp Müller
46a6d3f899
video: GST_EXPORT -> GST_URI_VIDEO_BAD_API
...
We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
2018-03-13 13:36:33 +00:00
Tim-Philipp Müller
665cc1c6f2
uridownloader: GST_EXPORT -> GST_URI_DOWNLOADER_API
...
We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
2018-03-13 13:05:45 +00:00
Tim-Philipp Müller
fc9bdae8e2
player: GST_EXPORT -> GST_PLAYER_API
...
We need different export decorators for the different libs.
For now no actual change though, just rename before the release,
and add prelude headers to define the new decorator to GST_EXPORT.
2018-03-13 13:02:54 +00:00