- 23 Feb, 2011 3 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
More work on making miniobject a simple allocated struct.
-
- 17 Dec, 2010 1 commit
-
-
Edward Hervey authored
Reported by enabling the --warn-all option of g-ir-scanner
-
- 07 Dec, 2010 1 commit
-
-
Tim-Philipp Müller authored
Many of these are superfluous, added for clarity.
-
- 17 Sep, 2010 1 commit
-
-
Wim Taymans authored
Add a function to add a list of buffers to the bufferlist.
-
- 08 Aug, 2010 1 commit
-
-
Sebastian Dröge authored
This was accidentially removed with last commit.
-
- 06 Aug, 2010 2 commits
-
-
Sebastian Dröge authored
GstMiniObject::finalize does nothing and this prevents a runtime-type-check cast and function call per buffer list.
-
Shixin Zeng authored
This is not really necessary here because everything is initialized from gst_init() already but using G_DEFINE_TYPE() removes some copy&paste boilerplate code.
-
- 08 Apr, 2010 1 commit
-
-
Stefan Kost authored
-
- 10 Mar, 2010 1 commit
-
-
Benjamin Otte authored
This changes some APIs in compatible ways: - Some functions now take "const char *" arguments, not "char *" - Some structs now have "conts char *" members, not "char *" The changes may cause warnings when compiling with the right warning flags. You've been warned. Also adds -Wwrite-strings as a warning flag in configure.ac. https://bugzilla.gnome.org/show_bug.cgi?id=611692
-
- 07 Feb, 2010 1 commit
-
-
Tim-Philipp Müller authored
This reverts commit ae60d06e (fixes: #609166)
-
- 01 Feb, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 31 Jan, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 11 Aug, 2009 1 commit
-
-
Jonas Holmberg authored
-
- 02 Jul, 2009 1 commit
-
-
Tim-Philipp Müller authored
-
- 29 Jun, 2009 2 commits
-
-
Wim Taymans authored
The _do function now takes user_data in all cases.
-
Jonas Holmberg authored
-
- 19 Jun, 2009 1 commit
-
-
Wim Taymans authored
Add new method to iterate a bufferlist without having to allocate an iterator. Add convenience method for getting an item from the list based on the group and index. Remove redundant _do_data callback and method. Update unit-tests and add some more for the new methods.
-
- 12 May, 2009 3 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Jonas Holmberg authored
Buffer lists are a means to manage disjoint buffers as one buffer. It's also possible to put many of those buffers into a list. The idea is that when support is added to various elements, we will be able to more efficiently slice and dice buffers, reduce the amount of memcpy and also reduce data passing overhead. The implementation is kept simple on purpose, reusing all of the memory management features we have for miniobjects and buffers. Access to the bufferlist object is done with an iterator, which allows for efficient iteration and modification of the list. See #572285
-