Garima Gaur [Tue, 3 Jan 2017 03:32:36 +0000 (09:02 +0530)]
Fix some caps leaks in pad template creation code
gst_pad_template_new() does not take ownership of
the caps passed to it, so we need to unref the caps.
https://bugzilla.gnome.org/show_bug.cgi?id=776790
https://bugzilla.gnome.org/show_bug.cgi?id=776787
Fabien Dessenne [Thu, 8 Dec 2016 09:22:23 +0000 (10:22 +0100)]
waylandsink: fix display re-connection (redraw pending)
Reset redraw_pending at display disconnection, so we can re-connect
later from a clean state (avoid endless buffer drops).
Add a log to inform of dropped buffers.
https://bugzilla.gnome.org/show_bug.cgi?id=775791
Nicola Murino [Wed, 14 Dec 2016 09:37:14 +0000 (10:37 +0100)]
opencv: add dewarp plugin
new plugin that dewarp fisheye images
https://bugzilla.gnome.org/show_bug.cgi?id=776047
Fabrice Bellet [Mon, 2 Jan 2017 20:05:55 +0000 (21:05 +0100)]
x265: fix a minor string leak
https://bugzilla.gnome.org/show_bug.cgi?id=776727
Fabrice Bellet [Sat, 31 Dec 2016 19:57:54 +0000 (20:57 +0100)]
autoconvert: fix a reconfigure event leak
https://bugzilla.gnome.org/show_bug.cgi?id=776726
Arun Raghavan [Mon, 2 Jan 2017 14:26:40 +0000 (19:56 +0530)]
uvch264src: Add meson build support
Arun Raghavan [Mon, 2 Jan 2017 14:25:34 +0000 (19:55 +0530)]
uvch264src: Fix wrong argument order to force-key-unit event
CID 1373421
Edward Hervey [Mon, 2 Jan 2017 13:52:29 +0000 (14:52 +0100)]
check: Use gst_check_run_suite
Ensures that xunit reports get generated when requested
Arun Raghavan [Mon, 2 Jan 2017 12:20:02 +0000 (17:50 +0530)]
smoothstreaming: Fix minor use after free reference
Just a matter of reordering a g_free() /after/ cleaning out all the
members.
CID 1396746
Nicola Murino [Wed, 11 Mar 2015 20:54:01 +0000 (21:54 +0100)]
videoanalyse: update docs
https://bugzilla.gnome.org/show_bug.cgi?id=746018
Ursula Maplehurst [Thu, 29 Dec 2016 18:56:43 +0000 (18:56 +0000)]
androidmedia: some files are missing in the release tarball
https://bugzilla.gnome.org/show_bug.cgi?id=776591
Mark Nauwelaerts [Wed, 28 Dec 2016 12:52:50 +0000 (13:52 +0100)]
mpeg4videoparse: determine intra of frame at frame parse time
... rather than when determining when to end the frame.
The opportunity to do so might not come when forced to drain,
and it seems nicer anyway to do so at parse wrapup time.
Sebastian Dröge [Sat, 24 Dec 2016 06:42:51 +0000 (08:42 +0200)]
dash: Define debug category used in the isoff code for the test too now
Seungha Yang [Sat, 24 Dec 2016 05:31:12 +0000 (14:31 +0900)]
dash: Include debug of gstisoff on dashdemux category
Move debug category of gstisoff from default to dashdemux
https://bugzilla.gnome.org/show_bug.cgi?id=776461
Sebastian Dröge [Fri, 23 Dec 2016 11:27:42 +0000 (13:27 +0200)]
audiobuffersplit: Don't try to output anything if samples_per_buffer == 0
This happens if we had no CAPS event yet but e.g. got an EOS event. We
would then try to output a 0-sized buffer, but getting that from the
adapter will give an assertion, return NULL and then crash.
Seungha Yang [Fri, 23 Dec 2016 06:41:57 +0000 (15:41 +0900)]
dashdemux: Add first_offset of sidx box to base offset
sidx has "first_offset" syntax which represents the distance in bytes
from anchor point to media fragment. If present, we should adjust
sidx_base_offset.
https://bugzilla.gnome.org/show_bug.cgi?id=776431
Seungha Yang [Fri, 23 Dec 2016 06:31:34 +0000 (15:31 +0900)]
dashdemux: Ensure sidx parsing when updating fragment info
Fix seek fail with On-Demand profile mpd which has no indexRange attribute
https://bugzilla.gnome.org/show_bug.cgi?id=776431
Stepan Salenikovich [Thu, 22 Dec 2016 16:48:05 +0000 (11:48 -0500)]
configure: improve QPA check for cross compilation
Prefix the $QPA_INCLUDE_PATH with $PKG_CONFIG_SYSROOT_DIR just
like when checking for opencv dir.
https://bugzilla.gnome.org/show_bug.cgi?id=776399
Reynaldo H. Verdejo Pinochet [Fri, 23 Dec 2016 00:08:30 +0000 (16:08 -0800)]
dvb: move adapter number set-up by way of environment to dvbsrc
This logic did not belong to the channel configuration
parser (only used by dvbbasebin) but to dvbsrc, which
is the element directly using this value and honoring
the "adapter" property.
Allows previously non-working cases like this to work:
GST_DVB_ADAPTER=1 gst-launch-1.0 dvbsrc delsys=11 modulation=7 frequency=
689000000 ! fakesink
Reynaldo H. Verdejo Pinochet [Thu, 22 Dec 2016 21:42:59 +0000 (13:42 -0800)]
dvb: parsechannels: replace missleadign error message
Possible failure cases also include not finding the
requested channel.
Reynaldo H. Verdejo Pinochet [Tue, 13 Dec 2016 01:05:53 +0000 (17:05 -0800)]
dvbsrc: add DTV_STREAM_ID to the >= v8 (minor) group
Drop redundant comment while at it.
Seungha Yang [Wed, 21 Dec 2016 14:24:48 +0000 (23:24 +0900)]
dashdemux: Drain remaining buffer in adapter
Previous patch allows sidx box parsing from incoming buffers.
Since the incoming buffer boundary might be over sidx box,
there can be remaining buffer in isobmff parser adapter.
https://bugzilla.gnome.org/show_bug.cgi?id=776352
Sebastian Dröge [Wed, 21 Dec 2016 11:31:18 +0000 (13:31 +0200)]
configure: Remove left-over file
Edward Hervey [Wed, 21 Dec 2016 11:05:35 +0000 (12:05 +0100)]
check: Use non-deprecated API
Sebastian Dröge [Wed, 21 Dec 2016 09:38:11 +0000 (11:38 +0200)]
player: Add deprecated compatibility functions for the audio/video/subtitle stream getters
Sebastian Dröge [Wed, 21 Dec 2016 09:32:52 +0000 (11:32 +0200)]
player: Move audio/video/subtitle stream list getters into the correct namespace
Lyon Wang [Tue, 20 Dec 2016 10:20:02 +0000 (18:20 +0800)]
player: Add get track number media info API
https://bugzilla.gnome.org/show_bug.cgi?id=773570
Sebastian Dröge [Wed, 21 Dec 2016 09:00:47 +0000 (11:00 +0200)]
Remove various unported plugins
If they were not ported after 4+ years it seems unlikely that anybody is
ever going to need them again. They're still in the GIT history if
needed.
https://bugzilla.gnome.org/show_bug.cgi?id=774530
Garima Gaur [Wed, 21 Dec 2016 08:11:16 +0000 (13:41 +0530)]
gst: Fix memory leaks in usage of gst_element_get_request_pad() API
The return value has to be unreffed at some point.
https://bugzilla.gnome.org/show_bug.cgi?id=776334
Daniel Garbanzo [Tue, 20 Dec 2016 21:45:12 +0000 (15:45 -0600)]
tools: dist gst-project-maker script
https://bugzilla.gnome.org/show_bug.cgi?id=776317
Seungha Yang [Tue, 20 Dec 2016 02:16:11 +0000 (11:16 +0900)]
dashdemux: Always parsing sidx for On-Demand profile
The indexRange attribute is optional and if it's not present, we should
extract the sidx box from incoming buffers.
https://bugzilla.gnome.org/show_bug.cgi?id=776200
Seungha Yang [Sat, 17 Dec 2016 06:56:07 +0000 (15:56 +0900)]
dash: Split gst_isoff_sidx_parser_add_buffer() function
To parsing sidx box itself with isobmff parser,
split gst_isoff_sidx_parser_add_buffer() into two parts.
https://bugzilla.gnome.org/show_bug.cgi?id=776200
Sebastian Dröge [Mon, 19 Dec 2016 09:40:28 +0000 (11:40 +0200)]
hlsdemux: Extract ID3 tags, strip them from the output and provide them as tags
They often don't only contain the PCR information but also other
metadata, like title. Give this information to the pipeline.
Also strip the tags from the stream as we a) already parsed them now and
b) decoders don't like these tags to happen in the middle of the stream
(i.e. the start of each fragment) and tagdemux only can strip them off
the beginning and end.
Graham Leggett [Sun, 18 Dec 2016 19:18:23 +0000 (19:18 +0000)]
tsdemux: Don't leak a taglist if a taglist has already been created
https://bugzilla.gnome.org/show_bug.cgi?id=776244
Tim-Philipp Müller [Sat, 17 Dec 2016 13:42:34 +0000 (13:42 +0000)]
qt: improve element and property descriptions a bit
Tim-Philipp Müller [Fri, 16 Dec 2016 22:45:06 +0000 (22:45 +0000)]
win32: fix distcheck
Tim-Philipp Müller [Fri, 16 Dec 2016 19:15:36 +0000 (19:15 +0000)]
win32: remove generation of pre-made config.h for msvc builds
This is no longer needed with the Meson build.
Tim-Philipp Müller [Fri, 16 Dec 2016 17:22:29 +0000 (17:22 +0000)]
Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
Matthew Waters [Fri, 16 Dec 2016 14:00:00 +0000 (01:00 +1100)]
gl/format: use the unsized format for RGB on GLES2
In GLES2 GL_RGB8 doesn't exist so we cannot use it, use GL_RGB
instead.
https://bugzilla.gnome.org/show_bug.cgi?id=776141
Daniel Shahaf [Fri, 16 Dec 2016 11:25:58 +0000 (13:25 +0200)]
mirror: Fix documentation for the mirror mode
Using the wrong enum there causes it to be randomly mixed with the docs
of the other enums.
https://bugs.debian.org/848297
Matthew Waters [Thu, 15 Dec 2016 13:22:41 +0000 (00:22 +1100)]
gl/window: remove unused priv variable
https://ci.gstreamer.net/job/GStreamer-master/7989/console
Matthew Waters [Wed, 14 Dec 2016 13:59:45 +0000 (00:59 +1100)]
gl/window: remove use of main_context_push/pop_thread_default()
No-one's using/depending on it (it would have criticalled and not worked)
and it's causing more problems than it's solving. Store the GMainContext
in the public struct instead for subclasses to optionally use instead of
relying on the push/pop state to be correct.
https://bugzilla.gnome.org/show_bug.cgi?id=775970
Haihua Hu [Wed, 7 Dec 2016 08:51:27 +0000 (16:51 +0800)]
gl/effects: use non-PBO GLMemory for internal textures
middle textures in gleffects do not need to use GstGLMemoryPBO as they
aren't transfering data to/from the GPU. This will cost too much DMA
memory and cause performance issue. Change the allocator to use non-PBO
GstGLMemory.
https://bugzilla.gnome.org/show_bug.cgi?id=776072
Sebastian Dröge [Thu, 15 Dec 2016 12:05:09 +0000 (14:05 +0200)]
amcaudiodec: Set "is-adts" to 1 for ADTS AAC
Otherwise it fails to decode.
https://bugzilla.gnome.org/show_bug.cgi?id=740101
Sebastian Dröge [Wed, 14 Dec 2016 13:53:41 +0000 (15:53 +0200)]
glvideomixer: Reject multiview video
glvideomixer does not support it currently and it needs special support
for handling this correctly, and is rather non-trivial to implement for
all formats.
Sebastian Dröge [Wed, 14 Dec 2016 13:36:14 +0000 (15:36 +0200)]
compositor: Reject multiview video
Compositor does not support it currently and it needs special support
for handling this correctly, and is rather non-trivial to implement for
all formats.
Sebastian Dröge [Wed, 14 Dec 2016 13:35:42 +0000 (15:35 +0200)]
videoaggregator: Remove unlock() if set_info() fails
There is not mutex locked here that needs to be unlocked.
Garima Gaur [Wed, 14 Dec 2016 07:40:18 +0000 (13:10 +0530)]
sys: Fix caps memory leak from pad template creation
https://bugzilla.gnome.org/show_bug.cgi?id=776076
Jan Schmidt [Wed, 14 Dec 2016 02:10:46 +0000 (13:10 +1100)]
gme: Forward other non-EOS events downstream
Allow most events through as-is so at least we don't
warn about missing stream-start. Drop segment and caps,
as those are sent internally.
Sebastian Dröge [Tue, 13 Dec 2016 20:39:01 +0000 (22:39 +0200)]
gst: Don't declare variables inside the for loop header
This is a C99 feature.
Sebastian Dröge [Tue, 13 Dec 2016 20:21:25 +0000 (22:21 +0200)]
dashdemux: Don't declare variables inside the for loop header
This is a C99 feature.
Sebastian Dröge [Tue, 13 Dec 2016 18:42:44 +0000 (20:42 +0200)]
gme: Free decoder instance when going from PAUSED to READY
We only ever cleaned it up before on errors.
Scott D Phillips [Tue, 22 Nov 2016 21:55:00 +0000 (13:55 -0800)]
msdk: add mjpeg decoder
https://bugzilla.gnome.org/show_bug.cgi?id=774793
Scott D Phillips [Wed, 5 Oct 2016 22:32:43 +0000 (15:32 -0700)]
msdk: add mjpeg encoder
https://bugzilla.gnome.org/show_bug.cgi?id=774793
Scott D Phillips [Tue, 29 Nov 2016 03:14:20 +0000 (19:14 -0800)]
msdk: Add H.265 decoder
https://bugzilla.gnome.org/show_bug.cgi?id=775726
Scott D Phillips [Mon, 7 Nov 2016 20:32:38 +0000 (12:32 -0800)]
msdk: Add H.264 decoder
The decoder only supports system memory output presently.
https://bugzilla.gnome.org/show_bug.cgi?id=774587
Edward Hervey [Mon, 12 Dec 2016 14:09:36 +0000 (15:09 +0100)]
adaptivedemux: Avoid using unset GError
gst_uri_handler_set_uri() doesn't guarantee the GError will be set
if it returns FALSE.
Seungha Yang [Mon, 12 Dec 2016 01:43:43 +0000 (10:43 +0900)]
ttmlrender: Fix segfault on _render_text_region()
Fix invalid memory access
https://bugzilla.gnome.org/show_bug.cgi?id=775965
Seungha Yang [Mon, 12 Dec 2016 05:42:39 +0000 (14:42 +0900)]
ttmlparse: Transform caps event
For autoplugging, decodebin/parsebin refers to the caps event.
https://bugzilla.gnome.org/show_bug.cgi?id=775967
Sergey Borovkov [Thu, 8 Dec 2016 09:37:25 +0000 (12:37 +0300)]
qml: Fix egl being deinitialized on display cleanup
Use the with_egl_display() variant in order to not destroy the
EGLDisplay on destruction.
https://bugzilla.gnome.org/show_bug.cgi?id=775793
Reynaldo H. Verdejo Pinochet [Thu, 8 Dec 2016 20:07:31 +0000 (12:07 -0800)]
dvbsrc: fix unconditional use of FEC 2/5
It is not defined for < v5 minor 7
Reynaldo H. Verdejo Pinochet [Tue, 6 Dec 2016 23:40:38 +0000 (15:40 -0800)]
dvbsrc: add delivery system to missing modulation check message
A tuning operation can spawn multiple checks. Being
able to differentiate between them makes debugging
easier.
Reynaldo H. Verdejo Pinochet [Tue, 6 Dec 2016 00:51:10 +0000 (16:51 -0800)]
dvb/parsechannels: drop trailing whitespace
Arun Raghavan [Thu, 8 Dec 2016 05:52:38 +0000 (11:22 +0530)]
player: Don't try to cache the GQuark for GST_PLAYER_ERROR
This is potentially racy (in the unlikely scenario that we get two
first-time calls to gst_player_error_quark() at the same time). This
should not impact anything in terms of performance since it's only on
the error path.
The call itself could just be inlined by making GST_PLAYER_ERROR be
defined to the g_quark_from_static_string() call, but this feels ugly
from an API perspective.
Stefan Sauer [Wed, 7 Dec 2016 15:06:48 +0000 (16:06 +0100)]
fdkaac: fix the build for older fdkaac versions
Support for 7.1 was added in 0.1.14.
Matthew Waters [Wed, 7 Dec 2016 11:55:46 +0000 (22:55 +1100)]
qml/item: also unref the display on destruction
Leaking objects (and a thread!) is never a good idea.
https://bugzilla.gnome.org/show_bug.cgi?id=775746
Matthew Waters [Wed, 7 Dec 2016 11:58:29 +0000 (22:58 +1100)]
tests/examples/qmlsink: scope QApplication/Engine
So they are destroyed before gst_deinit() is run and the leaks tracer
doesn't show false-positives.
https://bugzilla.gnome.org/show_bug.cgi?id=775746
Sebastian Dröge [Wed, 7 Dec 2016 08:26:59 +0000 (10:26 +0200)]
chromaprint: Fix compilation with chromaprint 1.4
It takes const int16_t * as argument now, while before it was void *. To
make this work with both versions without #ifdef, we omit the const.
Reynaldo H. Verdejo Pinochet [Tue, 6 Dec 2016 07:38:53 +0000 (23:38 -0800)]
dvbsrc: drop needless wrapper around DVB API's dvb_diseqc_master_cmd
Its only purpose was to hold a wait time that was always 0
Reynaldo H. Verdejo Pinochet [Tue, 6 Dec 2016 07:18:38 +0000 (23:18 -0800)]
dvbsrc: drop supperfluous wait in diseqc_send_msg()
It is always zero.
Sebastian Dröge [Tue, 6 Dec 2016 05:58:25 +0000 (07:58 +0200)]
vmncdec: Sanity-check rectangle sizes a bit more thorough
The x/y coordinates could already be bigger than the configured
width/height, and adding the rectangle width/height could cause an
overflow.
Reynaldo H. Verdejo Pinochet [Mon, 5 Dec 2016 23:56:36 +0000 (15:56 -0800)]
dvbsrc: fix unconditional use of SYS_DVBC_ANNEX_C
It is not defined for < v5 minor 6
Reynaldo H. Verdejo Pinochet [Mon, 5 Dec 2016 23:53:10 +0000 (15:53 -0800)]
dvbsrc: fix value for DVB-C annex B field in adapter structure
Tim-Philipp Müller [Mon, 5 Dec 2016 18:17:30 +0000 (18:17 +0000)]
rawvideoparse: fix typos in property description
Scott D Phillips [Mon, 28 Nov 2016 23:57:33 +0000 (15:57 -0800)]
dtls: Set openssl's threadid the 1.0.x way
For pre-1.1.x openssl, a callback to set the thread id needs to be
provided to openssl. In 0.9.x the thread id was an unsigned long. In
1.0.x it was expanded to be able to hold a void*. Here we change to use
the 1.0.x API so that the thread id can always hold a GThread*, even on
platforms like msvc x64 where unsigned long is only 32 bits.
All of this is still #ifdef'd out of existence when building with
openssl 1.1.x or later which changed the thread API again, and does not
need a thread id callback.
https://bugzilla.gnome.org/show_bug.cgi?id=775292
Nicolas Dufresne [Sun, 4 Dec 2016 19:42:47 +0000 (14:42 -0500)]
segmentation: Port to GstOpencvVideoFilter base class
Nicolas Dufresne [Sun, 4 Dec 2016 03:40:11 +0000 (22:40 -0500)]
grabcut: Port to GstOpencvVideoFilter base class
Nicolas Dufresne [Sun, 4 Dec 2016 03:02:23 +0000 (22:02 -0500)]
retinex: Port to GstOpencvVideoFilter base class
This allow reducing slightly the code. It also fixes a bug caused by
in-place buffer being mapped and never unmapped.
Edward Hervey [Sat, 3 Dec 2016 07:19:37 +0000 (08:19 +0100)]
Automatic update of common submodule
From d015674 to 39ac2f5
Nicolas Dufresne [Fri, 2 Dec 2016 03:02:51 +0000 (22:02 -0500)]
opencv/meson: check presence of required opencv_contrib headers
https://bugzilla.gnome.org/show_bug.cgi?id=772822
Nicolas Dufresne [Fri, 2 Dec 2016 02:55:04 +0000 (21:55 -0500)]
edgedetect: Avoid extra copy of the output image
Simply produce the result into the output image provided by the base
class. This avoid useless copy. This also removes unchecked buffer map
and ensure that GstVideoMeta is respected (for stride mostly).
https://bugzilla.gnome.org/show_bug.cgi?id=775377
Nicolas Dufresne [Fri, 2 Dec 2016 02:51:31 +0000 (21:51 -0500)]
edgedetect: Remove redundant CAPS event handler
There is already a cv_set_caps() implemented, so just do the
entire work there.
https://bugzilla.gnome.org/show_bug.cgi?id=775377
Nicolas Dufresne [Fri, 2 Dec 2016 02:45:53 +0000 (21:45 -0500)]
cvlaplace: Avoid extra copy of the output image
Simply produce the result into the output image provided by the base
class. This avoid useless copy. This also removes unchecked buffer map
and ensure that GstVideoMeta is respected (for stride mostly).
https://bugzilla.gnome.org/show_bug.cgi?id=775377
Nicolas Dufresne [Fri, 2 Dec 2016 02:43:04 +0000 (21:43 -0500)]
cvlaplace: Remove redundant CAPS event handler
There is already a cv_set_caps() implemented, so just do the
entire work there.
https://bugzilla.gnome.org/show_bug.cgi?id=775377
Nicolas Dufresne [Fri, 2 Dec 2016 02:36:13 +0000 (21:36 -0500)]
cvsobel: Avoid extra copy of the output image
Simply produce the result into the output image provided by the base
class. This avoid useless copy. This also removes unchecked buffer map
and ensure that GstVideoMeta is respected (for stride mostly).
https://bugzilla.gnome.org/show_bug.cgi?id=775377
Nicolas Dufresne [Fri, 2 Dec 2016 02:28:31 +0000 (21:28 -0500)]
cvsobel: Remove redundant CAPS event handler
There is already a cv_set_caps() implemented, so just do the
entire work there.
https://bugzilla.gnome.org/show_bug.cgi?id=775377
Nicolas Dufresne [Fri, 2 Dec 2016 02:13:23 +0000 (21:13 -0500)]
opencv: Remove uneeded buffer writability check
When set to in_place, the BaseTransform class will guaranty that buffers
passed to transform_ip() function are writable.
https://bugzilla.gnome.org/show_bug.cgi?id=775378
Julien Isorce [Thu, 1 Dec 2016 09:24:18 +0000 (09:24 +0000)]
gstglupload: relax EGL context check
Check for GST_GL_PLATFORM_EGL enum instead of type GstGLContextEGL.
https://bugzilla.gnome.org/show_bug.cgi?id=774518
Julien Isorce [Wed, 30 Nov 2016 09:22:17 +0000 (09:22 +0000)]
gstglcontext: is_shared should return FALSE if no group
If a sub class of GstGLContext does not create a group
then it currently crashes:
0 g_atomic_int_get (&share->refcount)
1 _context_share_group_is_shared (context->priv->sharegroup)
2 gst_gl_context_is_shared
3 _default_set_sync_gl
https://bugzilla.gnome.org/show_bug.cgi?id=774518
Nicolas Dufresne [Thu, 1 Dec 2016 03:40:45 +0000 (22:40 -0500)]
meson/ttml: Add missing math library dependency
This code call 'round' which may require linking against the math library
on some compilers.
Víctor Manuel Jáquez Leal [Wed, 30 Nov 2016 18:53:30 +0000 (19:53 +0100)]
kmssink: post error message if start() fails
It is expected to post an error message in the bus if the device cannot
be started.
Michael Tretter [Thu, 20 Oct 2016 10:37:48 +0000 (12:37 +0200)]
kmssink: configure display mode during set_caps
Configure the display mode when setting the negotiated caps instead of
during showing the first frame.
A framebuffer is required to set the mode. Allocate a buffer object
according to the negotiated caps and use it to set the mode. This buffer
object cannot be freed until another page flip happened on the crtc
(i.e., until the first frame is rendered).
https://bugzilla.gnome.org/show_bug.cgi?id=773473
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Michael Tretter [Tue, 18 Oct 2016 12:57:25 +0000 (14:57 +0200)]
kmssink: add parameter force-modesetting
The force-modesetting parameter forces the kmssink to ignore already
configured display modes, to configure the display mode itself and use
the base plane for output.
https://bugzilla.gnome.org/show_bug.cgi?id=773473
Michael Tretter [Tue, 8 Nov 2016 14:27:51 +0000 (15:27 +0100)]
kmssink: allow only supported resolutions
If the input buffers have a different size than the display, the frames
would have to be scaled or positioned on the display. The kmssink cannot
decide which behaviour would be appropriate for which use case.
In order to avoid scaling or positioning of the input stream, allow only
the supported connector resolutions in the sink caps.
https://bugzilla.gnome.org/show_bug.cgi?id=773473
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Michael Tretter [Tue, 8 Nov 2016 14:26:40 +0000 (15:26 +0100)]
kmssink: set mode based on framebuffer configuration
Displays usually support multiple modes. Therefore, the kmssink should
not only support the preferred mode, but any mode that is supported by
the display.
https://bugzilla.gnome.org/show_bug.cgi?id=773473
Michael Tretter [Fri, 14 Oct 2016 14:03:08 +0000 (16:03 +0200)]
kmssink: add mode setting and base plane rendering
The kmssink assumed that the mode was already set by another application
and used an overlay plane for displaying the frames.
Use the preferred mode of the monitor and render to the base plane if
the crtc does not have a valid mode.
https://bugzilla.gnome.org/show_bug.cgi?id=773473
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
Vivia Nikolaidou [Wed, 30 Nov 2016 15:22:21 +0000 (17:22 +0200)]
interlace: Writing field-order into the src caps
Writing top-field-first vs bottom-field-first into the src caps
https://bugzilla.gnome.org/show_bug.cgi?id=775409
Tim-Philipp Müller [Wed, 30 Nov 2016 09:35:27 +0000 (09:35 +0000)]
docs: add aggregator _get_type functions for signals + properties
https://bugzilla.gnome.org/show_bug.cgi?id=775379
Matthew Waters [Wed, 30 Nov 2016 08:26:51 +0000 (19:26 +1100)]
glmemoryegl: remove spurious #if GST_GL_HAVE_DMABUF conditions
8c2118823b3d42840cc6f48cbdc0e1b342f90b80 had some incorrect preprocessor
conditions that aren't actually needed. Remove them.
https://bugzilla.gnome.org/show_bug.cgi?id=775248
Garima Gaur [Wed, 30 Nov 2016 05:10:42 +0000 (10:40 +0530)]
gst: Fix caps leak
https://bugzilla.gnome.org/show_bug.cgi?id=775072