- 12 Feb, 2018 1 commit
-
-
George Kiagiadakis authored
Essentially this moves the truncation logic out of gst_audio_buffer_clip() so that it can be used in other places, like in audiorate.
-
- 08 Feb, 2018 1 commit
-
-
George Kiagiadakis authored
-
- 10 Mar, 2017 1 commit
-
-
Thibault Saunier authored
Modernizing the documentation, making it simpler to read an modify and allowing us to possibly switch to hotdoc in the future.
-
- 20 Oct, 2016 1 commit
-
-
Stefan Sauer authored
gst_buffer_copy_region() can return NULL when the buffer meta-data is invalid. See https://bugzilla.gnome.org/show_bug.cgi?id=772200
-
- 17 Oct, 2016 1 commit
-
-
Stefan Sauer authored
There was a second '*' at the start of the line. Reword + reformat to make it obvious.
-
- 14 Oct, 2016 1 commit
-
-
Stefan Sauer authored
-
- 27 Apr, 2016 1 commit
-
-
Kipp Cannon authored
e.g., allows this to be used with the reference retrieved by gst_event_parse_segment(). https://bugzilla.gnome.org/show_bug.cgi?id=765663
-
- 06 Nov, 2015 1 commit
-
-
Wim Taymans authored
-
- 27 Dec, 2013 1 commit
-
-
Reynaldo H. Verdejo Pinochet authored
-
- 28 Sep, 2013 1 commit
-
-
- 03 Nov, 2012 1 commit
-
-
- 15 Oct, 2012 1 commit
-
-
Mark Nauwelaerts authored
-
- 13 Sep, 2012 1 commit
-
-
Olivier Crête authored
-
- 13 Jul, 2012 1 commit
-
-
Edward Hervey authored
-
- 08 Jun, 2012 1 commit
-
-
Wim Taymans authored
-
- 13 Mar, 2012 1 commit
-
-
Wim Taymans authored
-
- 09 Mar, 2012 1 commit
-
-
Wim Taymans authored
when nothing is clipped, return the input buffer instead of creating and returning an identical copy.
-
- 05 Mar, 2012 1 commit
-
-
Mark Nauwelaerts authored
... as there may be other than raw audio formats using a channel mask, and there is already one to convert the other way around.
-
- 06 Feb, 2012 1 commit
-
-
Mark Nauwelaerts authored
-
- 25 Jan, 2012 1 commit
-
-
Wim Taymans authored
-
- 11 Jan, 2012 2 commits
-
-
Sebastian Dröge authored
..and turn the GST_WARNING() into a g_warning(). This is a programming error and should be fixed.
-
Sebastian Dröge authored
Also reset the flag when parsing caps.
-
- 10 Jan, 2012 1 commit
-
-
Sebastian Dröge authored
-
- 09 Jan, 2012 1 commit
-
-
Sebastian Dröge authored
-
- 06 Jan, 2012 1 commit
-
-
Edward Hervey authored
We fail (and return) if the size is *NOT* a multiple of samples.
-
- 05 Jan, 2012 8 commits
-
-
Wim Taymans authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This can be used to differentiate between interleaved and non-interleaved audio and whatever comes in the future.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
The available channel positions are all channels from SMPTE 2036-2-2008 (in that order) and DTS Coherent Acoustics, which are basically all 28 channels that currently can appear. The channels are now expressed in the caps as a channel-mask, which describes which of the channels are present, and an optional channel-reorder-map, which must only be used after negotiation for fixated caps. For negotiation only the channel-mask and the channel count is relevant and all elements are expected to handle all reorder maps. Elements that don't can use the new API to reorder an audio buffer from any order to another order. This simplifies negotiation a lot while still having as few reorderings necassary as possible and still allow all kinds of channel layouts.
-
- 02 Jan, 2012 1 commit
-
-
Wim Taymans authored
Check if thr layout is explicitly unpositioned and set a flag in the audio info structure.
-
- 02 Dec, 2011 1 commit
-
-
Piotr Fusik authored
Fix typos in code and docs. Fixes. #658984
-
- 11 Nov, 2011 1 commit
-
-
Wim Taymans authored
Add const to some methods. Add padding. Add GType for GstAudioInfo and GstAudioFormatInfo. Add new/copy/free for GstAudioInfo.
-
- 28 Oct, 2011 1 commit
-
-
René Stadler authored
This is to prevent e.g. GST_AUDIO_INFO_FORMAT() from crashing on a NULL pointer dereference when used with an unset info.
-
- 17 Oct, 2011 3 commits
-
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-