- 14 Jan, 2016 2 commits
-
-
Nirbheek Chauhan authored
-
Nirbheek Chauhan authored
If no providers for a particular class could be found, then removing unmatched filters would cause all devices to be returned instead which is not at all what the user intended. We still return 0 for unmatched filters.
-
- 13 Jan, 2016 3 commits
-
-
Florin Apostol authored
Error was not released if gst_ntp_packet_receive failed. https://bugzilla.gnome.org/show_bug.cgi?id=760598
-
Matthew Waters authored
-
Matthew Waters authored
Other gst libraries and/or elements may want to add some debug logging to an external debug system or implement delayed debugging for performance reasons. Exposes the internal __gst_vasprintf as gst_info_vasprintf which has a fallback to g_vasprintf if the debug system is disabled. API: gst_info_vasprintf API: gst_info_strdup_vprintf API: gst_info_strdup_printf https://bugzilla.gnome.org/show_bug.cgi?id=760421
-
- 11 Jan, 2016 1 commit
-
-
Carlos Rafael Giani authored
Currently, the query values are being set even if the query itself was determined to have failed. Fix this to ensure the values are only set in case of a query success. https://bugzilla.gnome.org/show_bug.cgi?id=760479
-
- 10 Jan, 2016 1 commit
-
-
Stefan Sauer authored
Drop some trailing whilespace. Make field order consistent.
-
- 08 Jan, 2016 5 commits
-
-
Stefan Sauer authored
-
Stefan Sauer authored
Big suprise - GstStructure is faster than GVariant.
-
-
Tim-Philipp Müller authored
-
Aurélien Zanelli authored
GstControlSourceGetValue() value paramater is a gdouble, not a GValue and GstControlSourceGetValueArray doesn't return a GstValueArray but an array of double. https://bugzilla.gnome.org/show_bug.cgi?id=758668
-
- 07 Jan, 2016 6 commits
-
-
Stefan Sauer authored
In post hooks always pass the return value as the last param. Pass the query also to post hooks since it is still alive.
-
Stefan Sauer authored
-
Stefan Sauer authored
We changed the define, but left the comment inconsistent.
-
Stefan Sauer authored
Document all tracer hook function pointer together with the detail string that one needs to use with gst_tracing_register_hook().
-
Sebastian Dröge authored
Previously we used the latter one still for the tracer utility code, causing undefined references in the resulting binary if the debugging system was disabled but the tracer system not.
-
Sebastian Dröge authored
It's used by the debugging and tracer subsystem and in various files, make it a central thing that is initialized independ of the existence of those subsystems.
-
- 06 Jan, 2016 20 commits
-
-
Stefan Sauer authored
Remove the _hook_id() methods we made internal in the prev commit.
-
Stefan Sauer authored
The function always returns TRUE right now, so atleast log something.
-
-
Tim-Philipp Müller authored
Macro expansion means we might calculate the fill level once for the check and then possibly again for the return value.
-
Tim-Philipp Müller authored
Based on patch by: Aleksander Wabik <awabik@opera.com> https://bugzilla.gnome.org/show_bug.cgi?id=755971
-
Stefan Sauer authored
We don't need to expose this as public API. Change the only plugin that was using it.
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Stefan Sauer authored
Instance docs don't need to docuemnt the parent (first member).
-
Stefan Sauer authored
The IGNORE_H_FILES can only contain files or dirs.
-
Stefan Sauer authored
Add new and documented api reported in -unused.txt to -section.txt.
-
Stefan Sauer authored
Exclude gst/printf/*.h and a few generated .h files from the api-scan. This makes -unused.txt report file from gtkdoc useful again.
-
Sebastian Dröge authored
Document this, for 2.0 we should just remove that parameter.
-
Sebastian Dröge authored
We already have gst_clock_adjust_with_calibration() and gst_clock_unadjust_unlocked(), having the other variant is useful.
-
Stefan Sauer authored
-
Stefan Sauer authored
Also address warnigns regarding the unstable tracer api.
-
Stefan Sauer authored
Add GstTracer and GstTracerFactory to the core docs.
-
Stefan Sauer authored
-
Stefan Sauer authored
This is internal code, that is only to be used in core.
-
Stefan Sauer authored
This was previously done via {enable,disable}-gst-debug. Since both subsystems are independent having separate options is better.
-
- 05 Jan, 2016 2 commits
-
-
Sebastian Dröge authored
clocked -> clock
-
Sebastian Dröge authored
Not from the external one.
-