summaryrefslogtreecommitdiff
path: root/gst/gstpad.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-02event: add sticky flags to eventsWim Taymans1-10/+23
2011-04-29Remove pad_alloc, this can now be done betterWim Taymans1-276/+2
2011-04-19Merge branch 'master' into 0.11Wim Taymans1-2/+2
2011-04-19pad: unlock before freeing the cache to avoid deadlockHavard Graff1-2/+2
2011-04-18pad: Make the size parameter of gst_pad_alloc_buffer() unsignedSebastian Dröge1-14/+9
2011-04-18pad: Don't allow fixating ANY caps and remove FIXMESebastian Dröge1-3/+1
2011-04-16Merge branch 'master' into 0.11Sebastian Dröge1-7/+9
2011-04-11pad: Allow tracking of buffers in GST_SCHEDULING debug outputRobert Swain1-7/+9
2011-03-31bufferlist: simplify bufferlistsWim Taymans1-42/+22
2011-03-29buffer: more buffer updatesWim Taymans1-2/+2
2011-03-28memory: more fixesWim Taymans1-2/+3
2011-03-17Merge branch 'master' into 0.11Sebastian Dröge1-0/+15
2011-03-16pad: Document that pad blocks only make sense for sink pads in pull mode and ...Sebastian Dröge1-0/+15
2011-03-04pad: more preroll lock to basesinkWim Taymans1-9/+0
2011-02-23pad: set boxed type correctlyWim Taymans1-1/+1
2011-02-23miniobject: more boxed type fixingWim Taymans1-1/+1
2011-02-23miniobject: make queries a boxed typeWim Taymans1-9/+8
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-43/+71
2011-02-14pad: Check sinkpad for flushingWim Taymans1-0/+16
2010-12-26Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"Tim-Philipp Müller1-6/+6
2010-12-17gst: documentation fixups and annotationEdward Hervey1-1/+1
2010-12-08Merge commit '0eaa25cbf5c0e4bf86545fb67c181a0ecd2f19c7' into 0.11Edward Hervey1-0/+3
2010-12-07pad: register gst_pad_get_fixed_caps_func() with the debug log systemTim-Philipp Müller1-0/+3
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-44/+58
2010-12-07pad: remove get_caps_reffed variantsWim Taymans1-83/+11
2010-12-07pad: Clean up .h fileWim Taymans1-13/+8
2010-12-06remove deprecated symbols and methodsWim Taymans1-398/+0
2010-12-06pad: add some debug to fast push pathMark Nauwelaerts1-0/+8
2010-12-03micro-optim: if (x) is cheaper than if (x > 0) for unsigned integersEdward Hervey1-6/+6
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 Taymans1-11/+9
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-03docs: query doc improvementsStefan Kost1-3/+6
2010-12-02pad: Set the event source object if none is set yet in gst_pad_push_event()Sebastian Dröge1-0/+5
2010-10-07pads: use new g_object_notify_by_pspec() for caps notifies if availableTim-Philipp Müller1-4/+12
2010-09-23Revert "pad: use a nested lock to avoid reffing the peer"Stefan Kost1-17/+18
2010-09-22pad: use a nested lock to avoid reffing the peerStefan Kost1-18/+17
2010-09-13gstpad: Fix flush-stop event handlingThiago Santos1-2/+4
2010-09-13docs: fix warnings pointed out by gtk-docStefan Kost1-2/+2
2010-09-08pad: add a unchecked variant for pullStefan Kost1-28/+34
2010-08-05pad: log element:pad names with capsStefan Kost1-2/+4
2010-07-20gstpad: Assume pads are compatible if we don't have templatesEdward Hervey1-6/+10