- Feb 23, 2017
-
-
Sebastian Dröge authored
-
- Feb 20, 2017
-
-
Thibault Saunier authored
If nano is set, it means we are running in git/unreleased version
-
1.10
-
- Jan 30, 2017
-
-
Sebastian Dröge authored
-
- Dec 19, 2016
-
-
Edward Hervey authored
This issue was most likely introduced by the refactoring of the position querying into a standalone function. In execute_next_action() the rate variable was never replaced by the current rate of the pipeline, this would result in all reverse playback actions to trigger immediately instead of waiting for the actual target time. https://bugzilla.gnome.org/show_bug.cgi?id=776280
-
- Dec 02, 2016
-
-
Thibault Saunier authored
-
Thibault Saunier authored
In cases where we had a two consecutive bins with proxy pads, we could segfault because we were dereferencing a NULL pointer to pad.
-
Thibault Saunier authored
-
Thibault Saunier authored
The value can potentially be None and we should handle that
-
- Nov 29, 2016
-
-
Sebastian Dröge authored
-
- Nov 28, 2016
-
-
-
-
We do not depend on it at all in GstValidate itself https://bugzilla.gnome.org/show_bug.cgi?id=773898
-
g_io_stream_get_output_stream is transfer none
-
Even though it is mostly the same thing in the end
-
It isn't needed and isn't present in non-posix environments like windows with MSVC or mingw. https://bugzilla.gnome.org/show_bug.cgi?id=774638
-
The return type of GstPadGetRangeFunction is GstFlowReturn https://bugzilla.gnome.org/show_bug.cgi?id=774638
-
Thibault Saunier authored
-
- Nov 20, 2016
-
-
Tim-Philipp Müller authored
-
- Nov 17, 2016
-
-
Sebastian Dröge authored
-
- Nov 01, 2016
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
- Oct 26, 2016
-
-
-
Not enabled for the time being
-
Some scenarios might only be for video files and are meaningless for audio-only files
-
- Oct 25, 2016
-
-
Nirbheek Chauhan authored
This reverts commit e8e51bda. Does not actually work. See: https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
-
- Oct 21, 2016
-
-
- Oct 18, 2016
- Oct 14, 2016
-
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
In the automake build system we force C89 which does not allow mixing code and declaration.
-
Nicolas Dufresne authored
This was added in the meson build but was only checked and not used in the automake build.
-
- Oct 10, 2016
-
-
Stefan Sauer authored
Move this code to the window class, as multiple plugins are going to need it.
-
Stefan Sauer authored
This avoid that we have to chek the type in the getter. Also update the comment - we need the strip since the readline call will not strip the newline.
-
- Oct 09, 2016
-
-
For consistency with the rest of the autogen.sh scripts. https://bugzilla.gnome.org/show_bug.cgi?id=772616
-
- Oct 08, 2016
-
-
Stefan Sauer authored
This gets us the line shading back and some size savings.
-
Stefan Sauer authored
COL_MESSAGE contains the message offset as an internal optimization. When preparing a row for filters, we need to replace this. Otherwise filters get an 'int' instead of the 'string' they expect.
-
- Oct 07, 2016
- Oct 05, 2016
-
-
parametter -> parameter https://bugzilla.gnome.org/show_bug.cgi?id=772439
-
- Sep 30, 2016
-
-
Stefan Sauer authored
Inline a few statements. Remove unused variables.
-