- 29 Mar, 2018 3 commits
-
-
For example, if framerate 0/1 is provided from upstream, the driver fails to configure and complain about it. We can let it go and make the driver assuming framerate itself. https://bugzilla.gnome.org/show_bug.cgi?id=789752
-
Removes unessential field framerate for decoder so that negotiation works even if framerate is not provided from upstream. https://bugzilla.gnome.org/show_bug.cgi?id=789752
-
Sreerenj Balachandran authored
MJPEG doesn't have support for extended coding options https://bugzilla.gnome.org/show_bug.cgi?id=793873
-
- 27 Mar, 2018 7 commits
-
-
Tim-Philipp Müller authored
rawparse plugin moved to -base, only legacyrawparse remains. siren plugin was renamed and was listed twice. https://bugzilla.gnome.org/show_bug.cgi?id=794069
-
Tim-Philipp Müller authored
When starting up we need to initialise things *before* streaming starts, so before we chain up to the parent class in the state change function. And when we shut down the element, we need to reset things after streaming has stopped, so after we chain up to the parent class in the state change function. Possibly related to memory leak in: https://bugzilla.gnome.org/show_bug.cgi?id=794353
-
-
Nirbheek Chauhan authored
It's deprecated, and causes a build failure in Cerbero because we pass -DG_DISABLE_DEPRECATED.
-
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
-
Nirbheek Chauhan authored
This helps figure out precisely what error enum value was returned, which can be necessary when the description is too generic
-
-
- 26 Mar, 2018 2 commits
- 25 Mar, 2018 2 commits
-
-
Sebastian Dröge authored
The gl plugin in -base has the same function.
-
Sebastian Dröge authored
The opus plugin in -base has the same functions.
-
- 23 Mar, 2018 1 commit
- 22 Mar, 2018 6 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Means we no longer need our custom scripts, nor template files.
-
Tim-Philipp Müller authored
gl has moved to -base, remove leftover files.
-
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
-
- 21 Mar, 2018 6 commits
-
-
Add meson build system support to bs2b plugin. https://bugzilla.gnome.org/show_bug.cgi?id=794346
-
Sebastian Dröge authored
And don't randomly change the PCR stream, which would cause a new PMT version to be generated instead and could confuse players.
-
Sebastian Dröge authored
Otherwise it would be randomly set to the first stream of the program that receives a buffer.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
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
-
- 20 Mar, 2018 2 commits
-
-
Sebastian Dröge authored
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, ^~~~~~~~~~~~
-
Tim-Philipp Müller authored
-
- 19 Mar, 2018 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 18 Mar, 2018 2 commits
-
-
Tim-Philipp Müller authored
Fix-up for previous commit, hopefully.
-
Nicolas Dufresne authored
Amlogic Upstream driver is named meson, not to be confuse with the build system.
-
- 17 Mar, 2018 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
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
-
- 16 Mar, 2018 5 commits
-
-
Sebastian Dröge authored
ERROR: ../../../../../gst-libs/gst/webrtc/webrtc-enumtypes.c: no such a file or directory
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
-