- Mar 28, 2018
-
-
Tim-Philipp Müller authored
-
Can happen if gst_buffer_pool_acquire_buffer succeeds but gst_buffer_n_memory (buffer) is not exactly 1. In theory this should not happen because the decoder requests EGLImage(RGBA) but better to fix any leak on corner cases. https://bugzilla.gnome.org/show_bug.cgi?id=784365
-
- Dec 07, 2017
-
-
Sebastian Dröge authored
-
- Sep 18, 2017
-
-
Sebastian Dröge authored
-
- Sep 14, 2017
-
-
gst_video_decoder_release_frame() takes ownership of the frame and will destroy it. So we should no longer use it after calling it. https://bugzilla.gnome.org/show_bug.cgi?id=787628
-
- Aug 17, 2017
-
-
Tim-Philipp Müller authored
From 48a5d85 to dd9d403
-
- Jul 25, 2017
- Jul 14, 2017
-
-
Sebastian Dröge authored
-
- Jun 20, 2017
-
-
Sebastian Dröge authored
-
- Jun 17, 2017
-
-
Meson build wasn't defining the HAVE_VIDEO_EXT like configure.ac does. https://bugzilla.gnome.org/show_bug.cgi?id=783346
-
- May 09, 2017
-
-
libgstomx uses the GModule API and so needs it in its dependencies list. https://bugzilla.gnome.org/show_bug.cgi?id=782387
-
Tim-Philipp Müller authored
"No such input file config.h.meson", but it's not needed anyway. https://bugzilla.gnome.org/show_bug.cgi?id=782382
-
- May 04, 2017
-
-
Sebastian Dröge authored
-
- Apr 27, 2017
-
-
Sebastian Dröge authored
-
- Apr 26, 2017
-
-
Makes the code much easier to read and understand. https://bugzilla.gnome.org/show_bug.cgi?id=781409
-
- Apr 24, 2017
-
-
Tim-Philipp Müller authored
From 60aeef6 to 48a5d85
-
- Apr 10, 2017
-
-
Tim-Philipp Müller authored
From 39ac2f5 to 60aeef6
-
- Apr 07, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
gstomxvideoenc.c: In function ‘gst_omx_video_enc_fill_buffer’: CC libgstomx_la-gstomxaacdec.lo gstomxvideoenc.c:1316:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘OMX_U32 {aka long unsigned int}’ [-Wformat=] GST_LOG_OBJECT (self, "Matched strides - direct copy %u bytes", ^ outbuf->omx_buf->nFilledLen); ~~~~~~~~~~~~~~~~~~
-
- Mar 22, 2017
- Mar 13, 2017
-
-
Jan Schmidt authored
Add some pixel formats mappings for 2 RGBA formats. Not yet implemented in the buffer input code though, so no effect for now.
-
Jan Schmidt authored
The Raspberry Pi encoder produces corrupt output unless the input height is a multiple of 16. Add a hack that adds zero padding when needed.
-
Jan Schmidt authored
The RaspberryPi
-
Jan Schmidt authored
Don't announce pixel formats in the caps if they've not been implemented.
-
Jan Schmidt authored
There's no need to warn about failing to negotiate EGL output - that can be perfectly normal.
-
- Feb 24, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 15, 2017
-
-
Tim-Philipp Müller authored
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
-
- Jan 20, 2017
- Jan 18, 2017
-
-
Matthew Waters authored
Currently only been tested on the RPi within gst-build.
-
Matthew Waters authored
-
- Jan 12, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jan 11, 2017
-
-
Vincent Penquerc'h authored
-
- Dec 19, 2016
-
-
Flushing could otherwise hang if output port queue of pending buffers was empty https://bugzilla.gnome.org/show_bug.cgi?id=774654
-
- Dec 14, 2016
-
-
Reynaldo H. Verdejo Pinochet authored
Problem was introduced by 8716c23e
-
- Dec 13, 2016