summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstbasetransform.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05pad: rename new api from _refed to _reffed.Stefan Kost1-3/+3
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-5/+3
2009-10-07pad: add variants of gst_pad_get_caps() that don't copy caps. Fixes #590941Stefan Kost1-5/+5
2009-08-28Check suggested caps for proxy allocThijs Vermeir1-1/+1
2009-08-06basetransform: use new _caps_can_intersect()Stefan Kost1-46/+25
2009-08-06basetransform: only check caps_is_fixed() if they changedStefan Kost1-5/+15
2009-08-06basetransform: clarify _caps_is_equal()Wim Taymans1-0/+4
2009-08-06basetransform: refactor metadata modificationsWim Taymans1-31/+53
2009-08-06basetransform: enable optimisationWim Taymans1-4/+2
2009-08-06basetransform: fix refcounting problemWim Taymans1-17/+41
2009-08-06basetransform: Improve debug output in gst_base_transform_acceptcaps()Kipp Cannon1-1/+5
2009-08-06basetransform: Don't unset GAP flag if working in passthrough modeSebastian Dröge1-2/+3
2009-07-14basetransform: take size onceStefan Kost1-1/+2
2009-07-06basetransform: make comment a FIXME commentStefan Kost1-1/+1
2009-04-15logging: fix unused variable warning when disabling debug logs.Stefan Kost1-3/+2
2009-04-04gst: Use g_once_init* or G_DEFINE_TYPESebastian Dröge1-3/+5
2009-04-03basetransform: move unused variable in the #if 0 block.Edward Hervey1-1/+7
2009-04-03Remove unused variables detected by LLVM's Clang static analyzer.Edward Hervey1-2/+0
2009-02-02Force reconfigure of basetransform to recheck alloc requestThijs Vermeir1-0/+1
2009-01-30Revert "Check suggested caps for proxy alloc"Wim Taymans1-1/+1
2009-01-30Revert "Force reconfigure of basetransform to recheck alloc request"Wim Taymans1-1/+0
2009-01-29Add logging in failure case. Add more details to a todo comment.Stefan Kost1-1/+4
2009-01-29Check suggested caps for proxy allocThijs Vermeir1-1/+1
2009-01-29Force reconfigure of basetransform to recheck alloc requestThijs Vermeir1-0/+1
2009-01-25Fix typoThijs Vermeir1-1/+1
2009-01-01gst/gstdebugutils.c: Add some ideas, how to make the graph smaller.Stefan Kost1-1/+2
2008-12-08libs/gst/base/gstbasetransform.*: Add vmethod that is called before we start ...Wim Taymans1-0/+11
2008-11-24libs/gst/base/gstbasetransform.c: Revert quick accepcaps attempt, it's not fu...Wim Taymans1-2/+8
2008-11-22libs/gst/base/gstbasetransform.c: Rename a variable to make the code clearer.Wim Taymans1-4/+8
2008-11-21libs/gst/base/gstbasetransform.c: Add beginnings of a more optimized acceptca...Wim Taymans1-1/+68
2008-10-27libs/gst/base/gstbasetransform.c: If we have a fixate function, call it even ...Wim Taymans1-0/+12
2008-10-24libs/gst/base/gstbasetransform.c: Clear the output buffer variable.Wim Taymans1-5/+17
2008-10-21libs/gst/base/gstbasetransform.c: Protect sink_alloc caps with the sinkpad lo...Wim Taymans1-8/+17
2008-10-20libs/gst/base/gstbasesrc.c: Update comment.Wim Taymans1-0/+2
2008-09-28Fix assertion in basetransform when the subclass chooses not to allocate a bu...Jan Schmidt1-7/+19
2008-09-24libs/gst/base/gstbasetransform.c: Take new caps ref because our old one might...Wim Taymans1-0/+4
2008-08-20Implement method for reconfiguring basetransform.Wim Taymans1-8/+35
2008-08-18libs/gst/base/gstbasetransform.c: If the element is configured in passthrough...Wim Taymans1-0/+7
2008-08-14libs/gst/base/gstbasetransform.c: Go over the buffer_alloc function again and...Wim Taymans1-28/+45
2008-08-14libs/gst/base/gstbasetransform.c: Don't overwrite the outsize when calculatin...Wim Taymans1-15/+22
2008-08-12libs/gst/base/: Fix headings in docs and gtk-doc warnings.Stefan Kost1-14/+22
2008-08-11libs/gst/base/gstbasetransform.c: Fix a "may be used unitialized" warning.Edward Hervey1-1/+1
2008-08-05docs/libs/gstreamer-libs-sections.txt: Add new function:Wim Taymans1-408/+656
2008-06-20libs/gst/base/gstbasetransform.c: Add debug info.Wim Taymans1-21/+17
2008-05-20libs/gst/base/gstbasetransform.c: Unref events that the GstBaseTransform::eve...Tim-Philipp Müller1-0/+2
2008-05-13libs/gst/base/gstbasetransform.c: Check the caps of the buffer returned by gs...Sjoerd Simons1-0/+7
2008-05-08libs/gst/base/gstbasetransform.c: Don't passthrough buffer allocation too eas...Sjoerd Simons1-4/+6
2008-05-06Don't allow negative sizes when allocating new buffers.Sebastian Dröge1-0/+4
2008-03-31libs/gst/base/gstbasetransform.c: Also unset the GAP flag on buffers if we're...Sebastian Dröge1-7/+18
2008-03-24Small documentation fixes. Fixes #523978.Mark Nauwelaerts1-1/+1