summaryrefslogtreecommitdiff
path: root/gst/gstpad.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-16GstPad: Do not call gst_pad_accept_caps() when caps changeEdward Hervey1-1/+1
2010-06-26Don't include <libxml/parser.h> from public headers if GST_DISABLE_DEPRECATED...Tim-Philipp Müller1-0/+3
2010-06-25pad: more documentation regarding the new flagsEdward Hervey1-0/+6
2010-06-25gstxml: Deprecate GstXml and related functionsSebastian Dröge1-4/+7
2010-06-23GstPad: Add new pad linking method with configurable checks.Edward Hervey1-12/+48
2010-06-15Revert "GstPad: Add GST_PAD_NEGOTIABLE GstPadFlag"Edward Hervey1-56/+0
2010-06-15Revert "gstpad: Return pad template in get_caps if pad is not negotiable"Edward Hervey1-8/+0
2010-06-15Revert "pad: fix comment"Edward Hervey1-2/+2
2010-06-14pad: fix commentWim Taymans1-2/+2
2010-06-14gstpad: Return pad template in get_caps if pad is not negotiableEdward Hervey1-0/+8
2010-06-14GstPad: Add GST_PAD_NEGOTIABLE GstPadFlagEdward Hervey1-0/+56
2010-06-13pad: Fix iterator aggregation of all pads in the internal links fallbackSebastian Dröge1-3/+3
2010-06-01pads: Improve readability for gst_pad_fixate_caps()Stefan Kost1-12/+8
2010-05-22docs: xref function nameStefan Kost1-1/+1
2010-05-17pad: don't print WARNING debug statements for normal things like EOS, part IITim-Philipp Müller1-2/+3
2010-05-06Revert "pad: don't check twice for changed caps per push"Wim Taymans1-0/+24
2010-05-06pad: don't check twice for changed caps per pushStefan Kost1-24/+0
2010-05-05docs: clarify the pull_range functionsWim Taymans1-1/+1
2010-04-29caps: Do not allow fixating empty capsBenjamin Otte1-0/+1
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-4/+5
2010-03-15pad: set a good name on the task of the padWim Taymans1-0/+14
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+8
2010-02-15pad: don't print WARN debug statements for normal things like EOSTim-Philipp Müller1-2/+3
2010-01-19gstpad: directly set the caps when pushing buffer with different caps.Thijs Vermeir1-1/+1
2009-12-24avoid some more type checksWim Taymans1-4/+4
2009-12-23pad: Fix problem with destroy callback not being calledWim Taymans1-4/+2
2009-12-01gstpad: Only register debug funcptr once.Edward Hervey1-10/+18
2009-11-25docs: fix xrefs in docsStefan Kost1-1/+1
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost1-9/+9
2009-10-28pad: make _fixate_caps() also truncate when neededRob Clark1-3/+7
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-4/+4
2009-10-07docs: fix Since: tags in docs for newly-added APITim-Philipp Müller1-2/+2
2009-10-07pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941Stefan Kost1-12/+82
2009-10-06gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller1-4/+4
2009-09-02states: post structure change on sinkpadsWim Taymans1-4/+4
2009-08-18gstpad: Add some DISABLE_DEPRECATED markers in the header tooSebastian Dröge1-0/+11
2009-08-08gst: Remove dead assignmentsEdward Hervey1-2/+0
2009-08-06pad: use new _caps_can_intersect()Stefan Kost1-35/+7
2009-08-06pad: use correct variable in testStefan Kost1-1/+1
2009-08-06pad: Add some more debuggingWim Taymans1-2/+4
2009-06-30Spread branch prediction macros.Edward Hervey1-1/+1
2009-06-30Use local variables in for/while loops.Edward Hervey1-10/+10