- Sep 18, 2015
-
-
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
-
- Sep 17, 2015
- Sep 16, 2015
-
-
Sebastian Dröge authored
Thanks to John Chang <r97922153@gmail.com> for reporting. https://bugzilla.gnome.org/show_bug.cgi?id=755098
-
- Sep 15, 2015
-
-
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
-
- Sep 14, 2015
-
-
When context creation fails, error is getting leaked. https://bugzilla.gnome.org/show_bug.cgi?id=754973
-
- Sep 11, 2015
-
-
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
-
- Sep 10, 2015
-
-
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
-
- Sep 09, 2015
-
-
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
-
- Sep 06, 2015
-
-
-
"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
-
- Sep 04, 2015
-
-
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
-
-
- Sep 03, 2015
-
-
Wim Taymans authored
We need to use the enum to configure the option now.
-
Skipping rendering of textimage if overlay is completely outside video frame. https://bugzilla.gnome.org/show_bug.cgi?id=754429
-
- Aug 31, 2015
-
-
- Aug 29, 2015
-
-
George Kiagiadakis authored
-
-
- Aug 28, 2015
-
-
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
-
- Aug 19, 2015
-
-
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
-
- Aug 18, 2015
-
-
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
-