- 25 Jan, 2012 3 commits
-
-
Edward Hervey authored
It gets modified during the life of the object. Fixes build.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 2a59016 to c463bc0
-
- 24 Jan, 2012 6 commits
-
-
Stefan Sauer authored
This is now bindings firendly as _new is just a classic c convenience and all the work is done in a constructor. As a side effect _new never fails. Fix the tests.
-
Vincent Penquerc'h authored
-
-
Vincent Penquerc'h authored
int and int64 ranges can now have an optional step (defaulting to 1). Members of the range are those values within the min and max bounds which are a multiple of this step. https://bugzilla.gnome.org/show_bug.cgi?id=665294
-
-
-
- 23 Jan, 2012 4 commits
-
-
Tim-Philipp Müller authored
-
Stefan Sauer authored
-
Stefan Sauer authored
-
Stefan Sauer authored
Make controlbinding an abstract baseclass. Move implementation to control- binding-direct and add a control-binding-argb. Add an example.
-
- 22 Jan, 2012 6 commits
-
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We introduced our own when GLib didn't want to add a GType for GError. But now that there is one, we can use GLib's unconditionally and remove our version.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 21 Jan, 2012 1 commit
-
-
Tim-Philipp Müller authored
So pygi finds/uses the local g-i files.
-
- 20 Jan, 2012 3 commits
-
-
Vincent Penquerc'h authored
-
Stefan Sauer authored
Change _set_control_binding to _add_control_binding and take ownership. Add a _remove_control_binding function.
-
Stefan Sauer authored
This is needed to support multiple kinds of control-bindings.
-
- 19 Jan, 2012 8 commits
-
-
Wim Taymans authored
If the getcaps functions returns NULL, return FALSE from the CAPS query.
-
Wim Taymans authored
-
Colin Walters authored
It's reasonable to build from git, but not want to turn all compiler warnings into fatal errors. For example, GNOME's jhbuild helps people get newer versions of software than came from their distribution, but they may not necessarily want to hack on it.
-
Mark Nauwelaerts authored
-
Wim Taymans authored
Make the memory object simply manage the data pointer and the maxsize and move the offset and size handling to common functionality. Use the READONLY flag to set a readonly lock. Remove the data and size fields from the unmap method. We need an explicit resize operation instead of using the unmap function. Make internal helper lock and unlock functions. Update unit test and users of the old API.
-
Tim-Philipp Müller authored
-
-
Wim Taymans authored
-
- 18 Jan, 2012 9 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From 0807187 to 2a59016
-
Sebastian Dröge authored
-
Sebastian Dröge authored
And only forward the allocation query if we're working in passthrough mode if no ::propose_allocation is implemented. In place buffer transformations will change the buffer content and require explicit handling of all metas.
-
Sebastian Dröge authored
This has to be handled explicitely by elements to make sure that they support all the metas passed in the allocation query. Metas have to supported explicitely, otherwise the query will fail. All elements in a chain need to support a specific meta to allow its usage.
-
Tim-Philipp Müller authored
Which should be soon, since we already depend on an unstable glib for -base.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
It should work everywhere now, and -base and -good depend on the GstNetMeta API.
-
Tim-Philipp Müller authored
-