- Dec 20, 2017
-
-
Tim-Philipp Müller authored
-
- Dec 19, 2017
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Dec 09, 2017
-
-
Tim-Philipp Müller authored
And samples that carry buffer lists. https://bugzilla.gnome.org/show_bug.cgi?id=752363
-
- Oct 11, 2017
-
- Sep 28, 2017
-
-
Sebastian Dröge authored
This is the same code that is in decklinkaudiosrc, audioringbuffer, audiomixer and various other places. Have it once instead of copying it everywhere. https://bugzilla.gnome.org/show_bug.cgi?id=787560
- Sep 22, 2017
-
-
Mathieu Duponchelle authored
+ Refactor previous constructor to call on that new constructor + Reimplement is_passthrough to strictly check whether the matrix is an identity matrix, comparing channel-masks was incorrect: the mixer may be remixing from a list of positions to the same list of positions, but ordered differently, and reciprocally, the mixer may be remixing from a list of positions to another list of positions identically ordered + Remove unused tmp field, must have been a refactoring leftover https://bugzilla.gnome.org/show_bug.cgi?id=785471
-
- Aug 07, 2017
-
-
Tim-Philipp Müller authored
-
- May 04, 2017
-
- Apr 27, 2017
-
- Apr 07, 2017
-
- Mar 27, 2017
-
- Mar 09, 2017
-
-
Nicolas Dufresne authored
- libgstencodebin.so is now libgstencoding.so - libgstximage.so is now libgstximagesink.so (meson only) https://bugzilla.gnome.org/show_bug.cgi?id=779344
-
- Feb 25, 2017
-
- Feb 24, 2017
-
- Feb 23, 2017
-
-
Georg Lippitsch authored
Add a function to init the time code from a GDateTime https://bugzilla.gnome.org/show_bug.cgi?id=778702
-
- Jan 21, 2017
-
-
Víctor Manuel Jáquez Leal authored
Include documented symbols that were not declared in section file.
-
- Jan 12, 2017
-
- Jan 06, 2017
-
-
Thibault Saunier authored
It is often usefull to make sure that you get a full copy of a profile. For example you want to let the user modify it in the user interface but still keep an unchanged version for later use. API: gst_encoding_profile_copy
-
- Dec 22, 2016
-
- Dec 16, 2016
-
-
Thibault Saunier authored
-
- Dec 08, 2016
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Nov 21, 2016
-
- Nov 04, 2016
-
-
Julien Isorce authored
It adds a third argument to pass GstBufferPoolAcquireParams to gst_buffer_pool_acquire_buffer. If a user subclasses GstBufferPoolAcquireParams, this allows to pass an updated param to the underlying buffer pool at each gst_video_decoder_allocate_output_frame_with_params call. https://bugzilla.gnome.org/show_bug.cgi?id=773165
-
- Nov 03, 2016
-
-
Adds "memory:DMABuf" caps feature. Since 1.11 tag. Useful when the the dma-buf buffer cannot be mapped to CPU for r/w requests. Example: protected content or platform constraints. https://bugzilla.gnome.org/show_bug.cgi?id=759358
-
Nicolas Dufresne authored
This should allos for cleaner code when implement such allocator. https://bugzilla.gnome.org/show_bug.cgi?id=768794
-
- Nov 01, 2016
-
-
Sebastian Dröge authored
Usually this information is static for the whole stream, and various container formats store this information inside the headers for the whole stream. Having it inside the caps for these cases simplifies code and makes it possible to express these requirements more explicitly with the caps. https://bugzilla.gnome.org/show_bug.cgi?id=771376
-
- Sep 30, 2016
-
- Sep 01, 2016
-
- Aug 25, 2016
-
-
Xabier Rodriguez Calvar authored
A GstVideoOrientationMethod enumeration is also provided for the admitted property values. https://bugzilla.gnome.org/show_bug.cgi?id=768687
-
- Aug 04, 2016
-
-
Sebastian Dröge authored
-
- Jul 23, 2016
-
-
Tim-Philipp Müller authored
-
- Jul 22, 2016
-
-
Tim-Philipp Müller authored
Docs still need some fleshing out though.
-
- Jul 18, 2016
-
-
Joan Pau Beltran authored
The _pull_sample() and _pull_preroll() functions block until a sample is available, EOS happens or the pipeline is shut down (returning NULL in the last two cases). This adds _try_pull_sample() and _try_pull_preroll() functions with a timeout argument to specify the maximum amount of time to wait for a new sample. To avoid code duplication, wait forever if the timeout is GST_CLOCK_TIME_NONE and use that to implement _pull_sample/_pull_preroll with the original behavior. Add also corresponding action signals "try-pull-sample" and "try-pull-preroll". https://bugzilla.gnome.org/show_bug.cgi?id=768852
-