- 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.
-
Stefan Sauer authored
-
Thibault Saunier authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
- Sep 28, 2016
-
-
Thibault Saunier authored
-
Stefan Sauer authored
Also add a first doc string about the plugin initialisation.
-
Stefan Sauer authored
We have a commit hook on the repo. Get all files to match the pep8 guidelines.
-
Stefan Sauer authored
Don't use * imports. Don't rely on package level imports.
-
- Sep 26, 2016
-
-
Thibault Saunier authored
-