- 07 Dec, 2010 4 commits
-
-
Tim-Philipp Müller authored
-
Edward Hervey authored
Without this, it will fail finding all headers.
-
Stefan Kost authored
Disabling forking helps with debugging the cause of the crash in gdb.
-
Stefan Kost authored
-
- 06 Dec, 2010 2 commits
-
-
Wim Taymans authored
-
Mark Nauwelaerts authored
... so we don't loose track at times it is needed the most.
-
- 05 Dec, 2010 4 commits
-
-
Edward Hervey authored
-
Edward Hervey authored
Because of the new pad caching system, the peer pad might still have a reference on a pad. We therefore delay the refcount checking til 'after' we unlink the pad from any potential peer.
-
Edward Hervey authored
Replaces confusing messages like: "Name name is not unique in bin bin, not adding" by "Name 'name' is not unique in bin 'bin', not adding"
-
David Schleef authored
Fixes: #564056.
-
- 04 Dec, 2010 2 commits
-
-
Tim-Philipp Müller authored
-
Koop Mast authored
Use '=' instead of '=='. Fixes: configure: working c++ compiler found: yes test: xyes: unexpected operator http://bugzilla-attachments.gnome.org/attachment.cgi?id=175692
-
- 03 Dec, 2010 28 commits
-
-
David Schleef authored
-
Benjamin Gaignard authored
-
Wim Taymans authored
Properly initialize variables in _reinit() too
-
Wim Taymans authored
Make the common case lockfree.
-
Tim-Philipp Müller authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Refactor the wakeup of the poll thread. Always make a control socket to make things easier. Make more methods lockfree.
-
Wim Taymans authored
-
Wim Taymans authored
Make sure we don't take a mutex in the normal code path of the timer poll.
-
Mark Nauwelaerts authored
... rather than hanging incoming thread (as considered full in eos).
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Stefan Kost authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
All functions in this file can access the structure field of a query directly. This avoids having to call gst_query_get_structure() to get it, along with being able to remove some function variables that were used to store the result of that function.
-
Edward Hervey authored
-
Edward Hervey authored
All functions in this file can access the structure field of an event directly. This avoids having to call gst_query_get_structure() to get it, along with being able to remove some function variables that were used to store the result of that function.
-
Wim Taymans authored
Add the push cahce for the bufferlist push code path as well.
-
Wim Taymans authored
There is no need to cache the peer chainfunction as we can just as efficiently get to it from the peer object. Also not caching the chain function works better because then we automatically get the new chainfunctions when they change.
-
Wim Taymans authored
Move the method to clear the pad cache into _private.h Clear the pad cache when installing pad probes.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
More small optimisations, remove the unneeded valid boolean. Add function to invalide the cache. Invalidate the cache on unlink.
-