summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstbasetransform.c
Commit message (Expand)AuthorAgeFilesLines
* basetransform: Fix handling of reverse caps negotiation if this element alone...Sebastian Dröge2013-05-241-1/+2
* basetransform: Fix 'equality comparison with extraneous parentheses' compiler...Sebastian Dröge2012-03-061-1/+1
* basetransform: do not delay sparse stream newsegment updatesMark Nauwelaerts2011-12-191-0/+13
* basetransform: suggestion compatible with upstream is not much of a suggestionMark Nauwelaerts2011-12-191-1/+2
* basetransform: Fix code path to come up with possible caps if incompatible ca...Sebastian Dröge2011-12-081-10/+29
* basetransform: Fall back to upstream provided caps if suggested caps are not ...Sebastian Dröge2011-12-081-1/+14
* basetransform: Fall back to upstream provided caps if fixation of suggested c...Sebastian Dröge2011-12-081-2/+5
* basetransform: Refactor gst_base_transform_buffer_alloc() codeSebastian Dröge2011-12-081-91/+97
* basetransform: If suggested caps are not compatible with upstream try to come...Sebastian Dröge2011-12-071-10/+19
* Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller2011-12-041-0/+3
* Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-041-0/+1
* basetransform: Always intersect the suggested sink caps with the peer capsSebastian Dröge2011-11-301-16/+18
* basetransform: Only use the cached transform on strictly equal capsSjoerd Simons2011-11-041-1/+1
* basetransform: Also fush the cache when changing the upstream caps suggestionSjoerd Simons2011-10-281-0/+1
* basetransform: Add debug output when returning a cached transformSjoerd Simons2011-10-281-0/+2
* basetransform: Fix refcount leakJan Schmidt2011-10-271-4/+5
* basetransform: cache transformed caps where appropriateVincent Penquerc'h2011-10-201-0/+60
* basetransform: send delayed events earlierVincent Penquerc'h2011-09-271-2/+2
* basetransform: delay serialized events when src caps are not set yetVincent Penquerc'h2011-09-211-3/+67
* Revert "basetransform: Use check for subsets and not non-empty intersection t...Sebastian Dröge2011-09-081-3/+3
* docs, gst: typo fixesPiotr Fusik2011-09-071-1/+1
* basetransform: If there's no peer we still have to transform ANY caps in getc...Sebastian Dröge2011-09-071-22/+23
* basetransform: Use check for subsets and not non-empty intersection to check ...Sebastian Dröge2011-09-061-3/+3
* basetransform: Use GstPadDirection in the query vfuncSjoerd Simons2011-08-261-5/+5
* BaseTransform: Add a query vfuncSjoerd Simons2011-08-261-5/+27
* basetransform: When trying to fixate the sink suggestion prefer its structure...Sebastian Dröge2011-05-141-2/+6
* basetransform: In getcaps() prefer the caps order and caps of downstream if p...Sebastian Dröge2011-05-141-7/+17
* basetransform: Prefer caps order given by the subclass of the template caps o...Sebastian Dröge2011-05-141-1/+3
* basetransform: fix negotiation regressionThiago Santos2011-04-211-1/+3
* basetransform: don't unref trans until the function is done using itHavard Graff2011-04-191-1/+1
* base: Fix pad callbacks so they handle when parent goes awayOle André Vadla Ravnås2011-04-131-2/+13
* base: Unref events if the parent element disappearedSebastian Dröge2011-04-081-1/+5
* base: Make upstream events MT-safeHavard Graff2011-04-081-0/+3
* basetransform: Retain caps order when getting capsEdward Hervey2011-03-241-1/+2
* basetransform: Be smarter with pad allocsThiago Santos2011-02-211-5/+46
* basetransform: Check for pad alloc caps when suggestion is not fixedThiago Santos2011-02-141-0/+14
* basetransform: Handle downstream giving a buffer with new caps but invalid sizeSebastian Dröge2010-12-161-0/+6
* docs: libgstbase: more gobject introspection annotationsTim-Philipp Müller2010-12-071-1/+1
* basetransform: use input position for queries if we have no output positionJonathan Matthew2010-10-291-5/+11
* basetransform: fix reverse negotiationWim Taymans2010-10-291-38/+54
* basetransform: Report the output position on POSITION queries on the srcpadSebastian Dröge2010-10-101-3/+23
* basetransform: Make a WARNING into a DEBUG statementHavard Graff2010-09-231-1/+1
* basetransform: avoid useless memcpyWim Taymans2010-09-231-4/+11
* basetransform: recover from invalid downstream suggestionsWim Taymans2010-08-261-11/+33
* debug: logging improvementsStefan Kost2010-08-051-0/+2
* basetransform fix for upstream caps-renegotiationRob Clark2010-07-271-2/+8
* basetransform: Try suggesting caps on bad caps pad_allocThiago Santos2010-07-261-4/+44
* basetransform: Allow the subclass to add new fields to caps when getting new ...Sebastian Dröge2010-07-171-0/+17
* basetransform: Implement POSITION querySebastian Dröge2010-07-161-0/+52
* basetransform: reevaluate proxy_alloc when reconfiguredWim Taymans2010-06-141-0/+5