- 23 Mar, 2019 1 commit
-
-
Tim-Philipp Müller authored
gstcheck.c:142: Warning: GstCheck: gst_check_add_log_filter: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) gstcheck.h:178: Warning: GstCheck: gst_check_run_suite: argument suite: Unresolved type: 'Suite*'
-
- 12 Aug, 2018 1 commit
-
-
Tim-Philipp Müller authored
Instead, use -fvisibility=hidden and explicit exports via GST_EXPORT. This should result in consistent behaviour for the autotools and Meson builds where this is done already, and will allow us to drop the win32 .def files.
-
- 11 Jan, 2018 1 commit
-
-
Tim-Philipp Müller authored
-
- 24 Nov, 2017 1 commit
-
-
Haakon Sporsheim authored
-
- 27 Jan, 2017 1 commit
-
-
Thibault Saunier authored
Modernizing our documentation and preparing a possible move to hotdoc. This commits also adds missing @title metadatas to all SECTIONs
-
- 24 Jan, 2017 1 commit
-
-
Stian Selnes authored
New API functions to filter log messages before they are processed by GstCheck. This can be used to discard specific messages that are accepted by the test or to add callbacks that test specific messages. Default bevavior when no callback is given to a filter is to discard the message, because it does not makes sense to have a filter with no callback which does not discard; that would be a noop. Discarded messages will in addition to bypass the GstCheck handling also return to GLib that the message is not fatal if it occurs. https://bugzilla.gnome.org/show_bug.cgi?id=773091
-
- 16 Dec, 2016 3 commits
-
-
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
-
- 23 Feb, 2016 1 commit
-
-
Edward Hervey authored
We can't check contents if we don't have access to it https://bugzilla.gnome.org/show_bug.cgi?id=728326
-
- 27 Dec, 2015 1 commit
-
-
Stefan Sauer authored
Simply call fail() in the condition after the first memcmp.
-
- 28 Sep, 2015 1 commit
-
-
Tim-Philipp Müller authored
Broke this when I removed the G_GNUC_PRINTF in a previous commit to fix indentation, since it was not really needed. Turns out unlike gcc clang warns though if a non-literal format string is passed then. Fix indentation differently. http://clang.llvm.org/docs/AttributeReference.html#format-gnu-format
-
- 15 Sep, 2015 2 commits
-
-
- 23 Jun, 2015 1 commit
-
-
Jonas Holmberg authored
The message handler is supposed to print a newline after the message just like the default message handler.
-
- 23 Jan, 2015 1 commit
-
-
Stefan Sauer authored
-
- 22 Jan, 2015 1 commit
-
-
- 21 Jan, 2015 1 commit
-
-
Sebastian Dröge authored
We exported this in < 1.5 and it was automatically used by many macros from the header. Keep it exported for now.
-
- 18 Dec, 2014 1 commit
-
-
Thiago Santos authored
Add missing : to annotation
-
- 01 Dec, 2014 1 commit
-
-
Sebastian Dröge authored
TRUE is 1, but every other non-zero value is also considered true. Comparing for equality with TRUE would only consider 1 but not the others. Also normalize booleans in a few places.
-
- 25 Sep, 2014 1 commit
-
-
Stefan Sauer authored
-
- 15 Sep, 2014 1 commit
-
-
Sebastian Dröge authored
This was hardcoded to "sink" / "src" by accident in previous refactoring.
-
- 12 Sep, 2014 2 commits
-
-
Thibault Saunier authored
Add a method letting people to ensure that unreffing one object leads to its destruction, and possibly the destruction of more object (think destruction of a GstBin etc...). https://bugzilla.gnome.org/show_bug.cgi?id=736477
-
-
- 02 Aug, 2014 1 commit
-
-
- 09 Jul, 2014 1 commit
-
-
Sebastian Rasmussen authored
* GstGlobalDeviceMonitor was renamed to GstDeviceMonitor * Expand GST_MESSAGE_DEVICE to the full enum value names * Correct the incorrect references to the GstDeviceProvider interfaces * Describe caps arguments for gstcheck interface * Add missing docs for GstNetAddressMeta and its add function * Add docs for toc helper macros * Avoid refering to GstValueList type as done elsewhere Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732786
-
- 01 Jul, 2014 1 commit
-
-
- 15 Apr, 2014 1 commit
-
-
Sebastian Dröge authored
-
- 19 Feb, 2014 1 commit
-
-
Stefan Sauer authored
GST_CHECKS can be simply "test*" to run run all tests (including those that are marked broken). Update the sparse comments a bit to tell how this works.
-
- 09 Feb, 2014 1 commit
-
-
Tim-Philipp Müller authored
-
- 07 Dec, 2013 1 commit
-
-
- 16 Aug, 2013 1 commit
-
-
Jonas Holmberg authored
-
- 01 Jul, 2013 1 commit
-
-
Jonas Holmberg authored
Added a new function gst_check_setup_events_with_stream_id(), since gst_check_setup_events() does not work with multiple pads. https://bugzilla.gnome.org/show_bug.cgi?id=703377
-
- 15 May, 2013 1 commit
-
-
Sebastian Dröge authored
-
- 10 May, 2013 1 commit
-
-
- 27 Apr, 2013 1 commit
-
-
- 03 Nov, 2012 1 commit
-
-
- 12 Sep, 2012 1 commit
-
-
Mark Nauwelaerts authored
-
- 10 Jul, 2012 1 commit
-
-
Edward Hervey authored
-
- 20 Jun, 2012 1 commit
-
-
Evan Nemerson authored
-