summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-27multiqueue: buffering is implemented nowqnx-multiqueueWim Taymans1-10/+3
2009-10-27multiqueue: make sure percent increasesWim Taymans2-1/+11
2009-10-27multiqueue: refactor buffering codeWim Taymans1-48/+67
2009-10-27multiqueue: add buffering supportWim Taymans2-12/+61
2009-10-27multiqueue: don't check visible items in bufferingWim Taymans1-4/+6
2009-10-27multiqueue: hook up low/high percentWim Taymans2-0/+46
2009-10-27multiqueue: hook up property for bufferingWim Taymans2-0/+28
2009-10-27multiqueue: small cleanupsWim Taymans1-3/+1
2009-10-27multiqueue: add FIXME for wrong codeWim Taymans1-1/+9
2009-10-27multiqueue: fix debug outputWim Taymans1-2/+2
2009-10-27multiqueue: avoid shadowing function argumentWim Taymans1-16/+16
2009-10-27multiqueue: make queue arg explicitWim Taymans1-8/+8
2009-10-27multiqueue: fix propertiesWim Taymans1-37/+44
2009-10-27debugutils: allow to hide/show pad status with graphdetails flagStefan Kost1-15/+25
2009-10-24typefindhelper: Remove obsolete FIXMESebastian Dröge1-1/+0
2009-10-24registry: private is a C++ keyword, don't use itSebastian Dröge2-20/+19
2009-10-24docs: add Since tag to docs for new APITim-Philipp Müller2-0/+3
2009-10-24typefind: Keep typefind factories sorted in the registry. Fixes #599147Edward Hervey3-22/+21
2009-10-24registry: Cache element and typefind factories. Fixes 598896Edward Hervey1-0/+96
2009-10-24gstpluginfeature: API : new gst_plugin_feature_list_copy() methodEdward Hervey4-0/+38
2009-10-24gstregistry: Add a cookie for detecting feature list changesEdward Hervey2-1/+18
2009-10-23message: don't use typechecking cast macrosWim Taymans1-7/+7
2009-10-23Revert "gstmessage: Avoid expensive src/type/timestamp fetch."Wim Taymans1-36/+31
2009-10-23gstmessage: Avoid expensive src/type/timestamp fetch.Edward Hervey1-31/+36
2009-10-23gstcaps: Use inlined version of _is_any()/_is_empty()Edward Hervey1-20/+31
2009-10-22TODO: add item to TODO listWim Taymans1-0/+5
2009-10-22gstpipeline: Simplify base time checking slightlyJan Schmidt1-6/+3
2009-10-22gsturi: Optimisation: Avoid type-checking in sorting method.Edward Hervey1-5/+2
2009-10-22gsturi: Optimisation : Cast when we're sure of the type.Edward Hervey1-3/+4
2009-10-22tests/fakesink: Add some debuggingEdward Hervey1-0/+5
2009-10-22tests/faeksink: Lower the number of threads to avoid timeoutsEdward Hervey1-1/+1
2009-10-22gstregistry: Use hash table when finding a feature. Fixes #598895Edward Hervey1-14/+4
2009-10-21tee: implement custom acceptcaps functionWim Taymans1-0/+43
2009-10-21multiqueue: avoid lock for taking the counterWim Taymans2-6/+3
2009-10-20registry: hash the plugin basenameWim Taymans2-20/+27
2009-10-20registry: speed up _strlenWim Taymans1-7/+4
2009-10-20registry: name is never NULLWim Taymans1-3/+0
2009-10-20registry: refactor plugin lookupWim Taymans1-18/+27
2009-10-20registry: do quick check for . filesWim Taymans1-2/+4
2009-10-20Remove executable bits on xml unit test.Michael Smith1-0/+0
2009-10-20docs: Fix docs for gst_caps_set_simple()Benjamin Otte1-4/+4
2009-10-19docs: Modify docs string slightly.Jan Schmidt1-2/+2
2009-10-19pluginloader: When a plugin is blacklisted, output a GST_ERROR line.Jan Schmidt1-1/+2
2009-10-19tools/gst-inspect: Check we're not handling NULL pointers.Edward Hervey1-1/+4
2009-10-19tools/gst-inspect: Remove dead assignmentEdward Hervey1-2/+1
2009-10-19trace: Do not poison gst_trace_add_entry()Peter Kjellerstedt1-1/+0
2009-10-18controller: just cast in internal API where we have checked parameters alreadyStefan Kost1-2/+3
2009-10-18controller: use g_slice for controlled property structuresStefan Kost1-10/+9
2009-10-18libs/base/typefindhelper: Remove useless typechecking in tight loopEdward Hervey1-8/+11
2009-10-16caps: fix typo in docsWim Taymans1-2/+2