- 18 Sep, 2015 6 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Christophe Fergeau authored
There are several occurrences of 'steaming' where 'streaming' was meant.
-
Sebastian Dröge authored
-
Only free vis_entries array when not null on exit. https://bugzilla.gnome.org/show_bug.cgi?id=755201
-
- 17 Sep, 2015 1 commit
- 16 Sep, 2015 1 commit
-
-
Sebastian Dröge authored
Thanks to John Chang <r97922153@gmail.com> for reporting. https://bugzilla.gnome.org/show_bug.cgi?id=755098
-
- 15 Sep, 2015 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Make sure GstAllocationParams alignment is not less than any alignment requirement specified via GstVideoAlignment. https://bugzilla.gnome.org/show_bug.cgi?id=754120
-
- 14 Sep, 2015 1 commit
-
-
When context creation fails, error is getting leaked. https://bugzilla.gnome.org/show_bug.cgi?id=754973
-
- 11 Sep, 2015 2 commits
-
-
Sebastian Dröge authored
-
Casting to gpointer from gulong generates the following warning with 64bit Windows target MinGW: gstplaybin2.c: In function 'pad_added_cb': gstplaybin2.c:3476:7: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] (gpointer) group_id_probe_handler); ^ cc1: all warnings being treated as errors We should cast to guintptr from gulong before we cast to gpointer. https://bugzilla.gnome.org/show_bug.cgi?id=754755
-
- 10 Sep, 2015 1 commit
-
-
Thiago Santos authored
Some formats didn't have the alpha flag marked, use the correct macro so they get it right. https://bugzilla.gnome.org/show_bug.cgi?id=754808
-
- 09 Sep, 2015 2 commits
-
-
Sebastian Dröge authored
Otherwise the application might push new buffers into the queue while we're flushing, potentially causing the GQueue data structure to become inconsistent and causing crashes soon after. https://bugzilla.gnome.org/show_bug.cgi?id=754597
-
- Retain the latest caps in the internal queue, when flushing. - Add a unit test case for the same. https://bugzilla.gnome.org/show_bug.cgi?id=754597
-
- 06 Sep, 2015 2 commits
-
-
-
"ll" isn't available on MinGW. We can use G_GINT64_MODIFIER for portable 64bit size data modifier. https://bugzilla.gnome.org/show_bug.cgi?id=754630
-
- 04 Sep, 2015 2 commits
-
-
The dependency setup does not seem to work for all systems, causing the build to fail with: gstrtpbaseaudiopayload.c:65:0: fatal error: gst/audio/audio-enumtypes.h: No such file or directory My setup: gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 autoconf (GNU Autoconf) 2.69 automake (GNU automake) 1.14.1 libtool (GNU libtool) 2.4.2 https://bugzilla.gnome.org/show_bug.cgi?id=754344
-
-
- 03 Sep, 2015 2 commits
-
-
Wim Taymans authored
We need to use the enum to configure the option now.
-
Prashant Gotarne authored
Skipping rendering of textimage if overlay is completely outside video frame. https://bugzilla.gnome.org/show_bug.cgi?id=754429
-
- 31 Aug, 2015 1 commit
-
-
- 29 Aug, 2015 2 commits
-
-
George Kiagiadakis authored
-
-
- 28 Aug, 2015 2 commits
-
-
Thiago Santos authored
The default one will just go through the internal elements which might just be identity when it is in passthrough which will lead to the query being handled by the downstream sink, ignoring all that playsinkconvertbin could actually handle and convert. https://bugzilla.gnome.org/show_bug.cgi?id=754235
-
- 19 Aug, 2015 5 commits
-
-
To avoid invalid pointer accees the err pointer should be set to NULL. By using g_clear_error() it calls free and clear the pointer. https://bugzilla.gnome.org/show_bug.cgi?id=753817
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
In case discover_uri returns NULL info, passing the info to discoverer APIs result in critical assertion errors. Hence instead of passing NULL info along, print the error and return. https://bugzilla.gnome.org/show_bug.cgi?id=753701
-
- 18 Aug, 2015 8 commits
-
-
Sebastian Dröge authored
This reverts commit 5c8ef0ea.
-
Sebastian Dröge authored
This reverts commit 1ea81114.
-
Sebastian Dröge authored
This reverts commit a3b24f02.
-
Sebastian Dröge authored
Fixes spurious flow errors that especially break gst-validate.
-
Sebastian Dröge authored
Fixes some crashes.
-
Sebastian Dröge authored
Fixes some crashes.
-
When running gst-play against a directory name, and suffix the path with a directory separator (e.g. tab completion), gst-play was printing two directory separators in a row. g_build_filename fixes this, and additionally allows for both '/' and '\' as separators on Windows.
-
Sebastian Dröge authored
-