summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-12-04registry: Fix permissions if umask is brokenDavid Schleef1-0/+13
2010-12-03Use g_snprintf() instead of snprintf()David Schleef1-3/+1
2010-12-03clock: init variables in _reinit()Wim Taymans1-0/+2
2010-12-03clock: make sync clock wait lockfreeWim Taymans3-84/+111
2010-12-03binaryregistry: use function introduced in GLib 2.22 unconditionallyTim-Philipp Müller1-4/+0
2010-12-03poll: small cleanupsWim Taymans1-17/+16
2010-12-03poll: make sure we remove the readfd messagesWim Taymans1-1/+1
2010-12-03poll: add method to get a GPollFDWim Taymans2-0/+23
2010-12-03poll: Refactor and make more lockfreeWim Taymans1-162/+102
2010-12-03poll: move lock to where it makes more senseWim Taymans1-2/+2
2010-12-03poll: make timer polls lockfreeWim Taymans1-33/+64
2010-12-03caps: fix doc typoMark Nauwelaerts1-1/+1
2010-12-03gstobject: add stdio.h for snprintStefan Kost1-0/+2
2010-12-03pipeline: Use an object as first argument to GST_WARNING_OBJECTEdward Hervey1-1/+2
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey12-31/+31
2010-12-03gstquery: Use structure property directly, avoid function variable.Edward Hervey1-67/+31
2010-12-03gstinfo: remove useless ternary operator usage.Edward Hervey1-3/+3
2010-12-03gstevent: Use structure property directly, avoid function variable.Edward Hervey1-13/+7
2010-12-03pad: add push cache to bufferlistsWim Taymans1-1/+59
2010-12-03pad: don't cache the peer chainfuncWim Taymans1-3/+1
2010-12-03pad: clear pad cache when installing probesWim Taymans3-11/+17
2010-12-03pad: explicitly inline some functionsWim Taymans1-3/+3
2010-12-03pad: remove unused variableWim Taymans1-1/+0
2010-12-03pad: invalidate caches on flush and pad blockWim Taymans1-0/+17
2010-12-03pad: don't unref NULL capsWim Taymans1-1/+2
2010-12-03pad: add invalidate functionWim Taymans1-13/+39
2010-12-03pad: small cleanupWim Taymans1-3/+0
2010-12-03pad: improve pad push cachingWim Taymans1-45/+81
2010-12-03pad: prototype of pad push cacheWim Taymans1-1/+83
2010-12-03task: avoid task lock for each iterationWim Taymans1-28/+32
2010-12-03docs: query doc improvementsStefan Kost3-6/+13
2010-12-03elementfactory: clarify list item types in commentsStefan Kost1-2/+2
2010-12-03padtemplate: add two FIXME0.11: commentsStefan Kost2-0/+2
2010-12-03padtemplate: allow disablinbg the template name conformance checksStefan Kost1-2/+3
2010-12-03padtemplate: the supplied caps may not be NULLStefan Kost1-2/+1
2010-12-03gstobject: more default name generation more efficientStefan Kost1-5/+9
2010-12-03pluginfeature: use the parent_class from G_DEFINE_TYPE macro and drop extra copyStefan Kost1-4/+1
2010-12-03elementfactory: use g_intern_string for interface namesStefan Kost1-2/+2
2010-12-03registry: also intern the static capsStefan Kost2-4/+5
2010-12-03elementfactory: meta-data can be NULLStefan Kost1-0/+3
2010-12-02gstdatetime: Fix handling of timezonesThiago Santos1-3/+4
2010-12-02utils: return immediately for -1 conversionWim Taymans1-2/+2
2010-12-02utils: a convert query can have a -1 input valueWim Taymans1-1/+0
2010-12-02pipeline: avoid using invalid clock timesWim Taymans1-1/+7
2010-12-02caps: improve some comments about the zigzag intersectionWim Taymans1-6/+7
2010-12-02gstclock: New API to re-use a single shot GstClockIDEdward Hervey2-0/+40
2010-12-02segment: move g_return_if_fail to where it is neededWim Taymans1-4/+4
2010-12-02version: Take nano version into account in GST_CHECK_VERSION()Sebastian Dröge1-1/+3
2010-12-02pad: Set the event source object if none is set yet in gst_pad_push_event()Sebastian Dröge1-0/+5
2010-12-02gsttask: Set thread names on Windows with MSVC if a debugger is attachedDavid Hoyt1-0/+38