- Jan 12, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jan 05, 2017
-
-
Mark Nauwelaerts authored
-
Thibault Saunier authored
The lib is not built
-
Guillaume Desmottes authored
Generating those files is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. https://bugzilla.gnome.org/show_bug.cgi?id=776810
-
- Jan 03, 2017
-
-
Tim-Philipp Müller authored
-
- Jan 02, 2017
-
-
Jan Schmidt authored
At least log a message to the debug log when generating a GST_FLOW_ERROR, to make it possible to find where it came from.
-
Jan Schmidt authored
A typo in a static caps string may result in failure to deserialise it, so don't dereference the result without checking.
-
Jan Schmidt authored
A typo in a static caps string may result in failure to deserialise it, so don't dereference the result without checking.
-
- Dec 30, 2016
-
-
Stefan Sauer authored
The comment was a bit confusing. Turn it into gtkdoc style and reword it.
-
Stefan Sauer authored
When registering a new debug category after _debug_init(), we need to re check the GST_DEBUG filter settings again. In addition when parsing the filter setting, we need to already bump up the min-debug level to not suppress debug log statments that dynamically register a category. This happens in libraries that use a function to register a category on first use.
-
- Dec 29, 2016
-
-
Edward Hervey authored
It's 2016, unless you've specified a different version of python, we'll default to python3
-
- Dec 28, 2016
-
-
Mark Nauwelaerts authored
-
- Dec 23, 2016
-
-
Thibault Saunier authored
This way the user can easily figure out what are the available audio encoder for example doing: gst-inspect-1.0 --types Encoder/Audio https://bugzilla.gnome.org/show_bug.cgi?id=776392
-
Nicolas Dechesne authored
This ensure that XInitThreads is called and so gl contexts are properly initialized. https://bugzilla.gnome.org/show_bug.cgi?id=776401
-
- Dec 22, 2016
-
-
Thibault Saunier authored
A property not defined in a preset file can simply mean that the user wants it to be set as it default value, and we should not warn about that. A missing preset file in a directory can happen has there are several directory where a preset can be found in.
-
Nirbheek Chauhan authored
Otherwise gstenum_h dependencies don't get added properly to gst_dep and we see racy build failures everywhere.
-
Tim-Philipp Müller authored
Saves us a custom script. Template files are nicer than passing multiline templating stuff through to glib-mkenums. And we can get rid of our custom python script.
-
Sebastian Dröge authored
It's a programming error to pass other pads here, and it easily causes crashes or other problematic behaviour down the road as subclasses usually assume to only get their pads.
-
- Dec 21, 2016
-
-
Stefan Sauer authored
We were attaching to any probe point to take rusage samples. The new refcount hooks are called way too frequently though to make this still feasible.
-
Nirbheek Chauhan authored
* -Wl,-Bsymbolic-functions * HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID * HAVE_POSIX_TIMERS * HAVE_MONOTONIC_CLOCK * HAVE_UINT128_T * HAVE_LONG_LONG * HAVE_PROCESS_H * HAVE_GMP * HAVE_GSL * HAVE_DLADDR Also, don't use prefix for checking functions, and only check msvc functions on Windows.
-
Nirbheek Chauhan authored
fgetpos, fsetpos, mmap, posix_memalign. None of these are used anywhere in the codebase.
-
Nirbheek Chauhan authored
This is what Autoconf already does for us, so just do this. Avoids people making typos while adding header or function checks. Because we use a config.h.meson, such typos won't even be noticed. Also, starting from Meson 0.36.0, the XCode 8 workaround that we use for clock_gettime is no longer needed.
-
Stefan Sauer authored
We can compare structures, that is what the caps fucntion that was used before would call anyway.
-
- Dec 20, 2016
-
-
Stefan Sauer authored
-
Stefan Sauer authored
The logged latencies are individual meassurements.
-
-
Thibault Saunier authored
It makes it much simpler to later debug refcount issues. https://bugzilla.gnome.org/show_bug.cgi?id=775541
-
Thibault Saunier authored
But keep understanding the simple synthax with a comma separated list of filters https://bugzilla.gnome.org/show_bug.cgi?id=775541
-
Jan Schmidt authored
Before emitting have-type, switch to NORMAL mode, as part of the have-type processing sends the caps event downstream, which might trigger actions like downstream autoplugging or flushing seeks - and the latter are only passed upstream if we've set typefind to NORMAL mode.
-
- Dec 18, 2016
-
-
Sebastian Dröge authored
-
- Dec 17, 2016
-
-
Fabrice Bellet authored
The event may be disposed while being pushed, so we make sure the debug infrastructure won't use it after the gst_pad_push().
-
- Dec 16, 2016
-
-
Tim-Philipp Müller authored
-
Nirbheek Chauhan authored
-
Tim-Philipp Müller authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Adding options while running gst_check_init https://bugzilla.gnome.org/show_bug.cgi?id=775540
-
Stefan Sauer authored
Simplify the traces and avoid trace analyzer to know that ((1<<64) - 1) means we had no value.
-