- 02 Nov, 2018 5 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Uses feature options now.
-
-
-
- 01 Nov, 2018 5 commits
-
-
-
-
-
Philippe Normand authored
These symbols were not renamed after the initial review in Bugzilla. https://bugzilla.gnome.org/show_bug.cgi?id=797134
-
Philippe Normand authored
This new property contols the synchronisation offset between subtitles and video in nanoseconds. https://bugzilla.gnome.org/show_bug.cgi?id=797134
-
- 31 Oct, 2018 1 commit
-
-
Víctor Manuel Jáquez Leal authored
The variable blend_mode is GstCompositorBlendMode but it is assigned to a GstCompositorOperator enum value.
-
- 30 Oct, 2018 1 commit
-
-
- 28 Oct, 2018 5 commits
-
-
Sebastian Dröge authored
This removes the crossfade-ratio property and replaces it with an operator property. Currently this implements the following operators: - SOURCE: Copy over the source and don't look at the destination - OVER: Default blending of the source over the destination - ADD: Like OVER but simply adding the alpha instead See the example for how to implement crossfading with this. https://bugzilla.gnome.org/show_bug.cgi?id=797169
-
Nirbheek Chauhan authored
-
-
Sebastian Dröge authored
Just like we do in the autotools build.
-
- 27 Oct, 2018 8 commits
-
-
This allows users to more easily select different devices without having to first get the device or device-name. https://bugzilla.gnome.org/show_bug.cgi?id=797338
-
GStreamer 1.8 is minimum version, and remove paragraph about 32 vs 64-bit build https://bugzilla.gnome.org/show_bug.cgi?id=797338
-
This is for the same reason as the dash tests. This should ideally be converted to gst-validate tests. These tests randomly timeout also due to the tests doing seeks from the streaming thread (sic).
-
Sebastian Dröge authored
-
Sebastian Dröge authored
There's no reason for having this separate apart from making things less discoverable.
-
- 26 Oct, 2018 2 commits
-
-
Luis de Bethencourt authored
Make it clear this unused argument is there for planned future use.
-
Luis de Bethencourt authored
Don't offer something that isn't supported.
-
- 24 Oct, 2018 1 commit
-
-
Sebastian Dröge authored
Otherwise setting an URI after creation will already set the state to READY/buffering and disallow setting the configuration. See https://github.com/servo/servo/issues/22010
-
- 22 Oct, 2018 1 commit
-
-
- 17 Oct, 2018 3 commits
-
-
Olivier Crête authored
This reverts commit 73ebdb88. This isn't needed and it breaks srtpenc ! srtpdec, specifying the roll-over counter manually is an advanced feature. Also revert "srtp: Add "roc" caps field to the gst-launch example" This reverts commit 67ae3581. https://bugzilla.gnome.org/show_bug.cgi?id=765079
-
Use 'copy' keyword to avoid meson warning message. Note that 'copy' keyword in configure_file() is available since meson 0.47.0 https://bugzilla.gnome.org/show_bug.cgi?id=797298
-
Matthew Waters authored
ext/sctp/ext@sctp@@gstsctp@sha/sctpassociation.c.obj: In function `receive_cb': /var/lib/jenkins/workspace/cerbero-cross-mingw32/workdir/sources/windows_x86/gst-plugins-bad-1.0-1.15.0.1/_builddir/../ext/sctp/sctpassociation.c:692: undefined reference to `_imp__ntohl@4'
-
- 15 Oct, 2018 1 commit
-
-
Mathieu Duponchelle authored
-
- 10 Oct, 2018 7 commits
-
-
Expanded to support image format to YV12/I422/I444. It's related to the color bit-depth and profile of the codec. It can make configuring appropriate profile according to bit-depth and format. https://bugzilla.gnome.org/show_bug.cgi?id=791674
-
AOM_FRAME_IS_INVISIBLE is unused and remove in aom_encoder.h https://aomedia-review.googlesource.com/c/aom/+/70421 https://bugzilla.gnome.org/show_bug.cgi?id=791674
-
Added rate control and profile related configuration. The profile configuration has been copied from vpx. https://bugzilla.gnome.org/show_bug.cgi?id=791674
-
This fixes the remaining race condition with the fd by delaying the removal until last pipe ref. Unexpected critical/warning: gst_poll_fd_has_error: assertion 'fd->fd >= 0' failed Stack trace: gst_debug_get_stack_trace (gstinfo.c:2788) gst_check_log_critical_func (gstcheck.c:281) g_logv (/lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:0x7fdd4efa0a40) g_log (/lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.2:0x7fdd4efa0c6b) gst_poll_fd_has_error (gstpoll.c:1217) gst_shm_src_create (gstshmsrc.c:364) gst_push_src_create (gstpushsrc.c:131) gst_base_src_get_range (gstbasesrc.c:2521) gst_base_src_loop (gstbasesrc.c:2845) gst_task_func (gsttask.c:328) default_func (gsttaskpool.c:69) https://bugzilla.gnome.org/show_bug.cgi?id=797203
-
There's a race condition when is-live is set to true and the shmsrc element releases the pipe in the transition from PLAYING to PAUSED. To avoid it this change ensures that _create method takes the pipe and increases the use_count in one operation protected by object lock. Also perform apropriate protections when releasing the pipe. https://bugzilla.gnome.org/show_bug.cgi?id=797203
-
Add a unit test to exchange data between two pipelines with shmsrc acting as a live source. https://bugzilla.gnome.org/show_bug.cgi?id=797203
-
Olivier Crête authored
-