- Mar 01, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 29, 2016
-
-
Sebastian Dröge authored
This reverts commit 894c67e6.
-
Sebastian Dröge authored
This reverts commit 05700a70.
-
Sebastian Dröge authored
There is no corresponding API for that in GLib and nobody could've ever used these macros without compiler errors anyway.
-
Sebastian Dröge authored
Otherwise the GSource can look into our already destroyed bus where the GPollFD is stored. https://bugzilla.gnome.org/show_bug.cgi?id=762849
-
- Feb 28, 2016
-
-
-
-
Tim-Philipp Müller authored
Pretty much every single element does gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&some_templ)); which is both confusing and unnecessary. We might just as well add a function to do that in one step. https://bugzilla.gnome.org/show_bug.cgi?id=762778
-
- Feb 27, 2016
-
-
Tim-Philipp Müller authored
-
- Feb 26, 2016
-
-
Sebastian Dröge authored
From b64f03f to 6f2d209
-
This happens if the process runs out of file descriptors. Better print a critical warning instead of just crashing. https://bugzilla.gnome.org/show_bug.cgi?id=762702
-
- Feb 25, 2016
-
-
Thiago Santos authored
When holding a regular ref it will cause the GstBus to never reach 0 references and it won't be destroyed unless the application explicitly calls gst_bus_remove_signal_watch(). Switching to weakref will allow the GstBus to be destroyed. The application is still responsible for destroying the GSource. https://bugzilla.gnome.org/show_bug.cgi?id=762552
-
Sebastian Dröge authored
-
- Feb 23, 2016
-
-
Otherwise people reading the manual will expect it to always succeed :) https://bugzilla.gnome.org/show_bug.cgi?id=728326
-
We can't check contents if we don't have access to it https://bugzilla.gnome.org/show_bug.cgi?id=728326
-
They can fail for various reasons. For non-fatal cases (such as the dump feature of identiy and fakesink), we just silently skip it. For other cases post an error message. https://bugzilla.gnome.org/show_bug.cgi?id=728326
-
Edward Hervey authored
Only do memory operations if the memory was succesfully map'ed https://bugzilla.gnome.org/show_bug.cgi?id=728326
-
- Feb 22, 2016
-
-
This is useful for metadata which explicitely distinguishes between artist/composer and conductor. https://bugzilla.gnome.org/show_bug.cgi?id=762450
-
Mark Nauwelaerts authored
... where it might end up being used for.
-
Thibault Saunier authored
Some people might use tracer hooks even if GST_TRACER_PLUGINS is not set. https://bugzilla.gnome.org/show_bug.cgi?id=760979
-
- Feb 20, 2016
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
advanced-dataaccess.xml:1210: element listitem: validity error : Element listitem content does not follow the DTD, expecting (...), got (para CDATA para ) </listitem>
-
Tim-Philipp Müller authored
-
This reduces the number of symbols and code pulled in drastically
-
MSVC provides stdint.h but not inttypes.h, and we need to include stdint.h to get intmax_t
-
unistd.h is not provided by the Microsoft Visual C++ compiler. It instead provides the necessary defines through io.h
-
Windows does not define S_IFBLK since it doesn't have block devices
-
Tim-Philipp Müller authored
This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
-
manual: Explain what happens if upstream elements are removed from the pipeline without draining them first https://bugzilla.gnome.org/show_bug.cgi?id=762302
-
- Feb 19, 2016
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 18, 2016
-
-
Julien Isorce authored
Currently the .la path is provided which requires to use libtool as mentioned in the GStreamer manual section-helloworld-compilerun.html. It is fine as long as the application is built using libtool. So currently it is not possible to compile a GStreamer application within gst-uninstalled with CMake or other build system different than autotools. This patch allows to do the following in gst-uninstalled env: gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0) Previously it required to prepend libtool --mode=link https://bugzilla.gnome.org/show_bug.cgi?id=720778
-
Sebastian Dröge authored
Revert "pad: PULL probes are called without a buffer so don't require any of the data flags to be set" This reverts commit b89fa478. The changes break various tests.
-
Sebastian Dröge authored
This reverts commit 17d30e94. The PULL probe changes break various tests.
-
-