summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-24buffer: add gst_buffer_{set,get}_qdata()buffer-qdataTim-Philipp Müller5-3/+250
2011-11-24pad: Remove g_warning() if pad accepted caps that are not a subset of the pad...Sebastian Dröge1-20/+0
2011-11-24multiqueue: check filled state of queues even if another one is emptyVincent Penquerc'h1-3/+0
2011-11-23baseparse: Return template caps instead of other side's peer caps if get_sink...Sebastian Dröge1-2/+1
2011-11-12gst-inspect: print current value as default valueTim-Philipp Müller1-64/+30
2011-11-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller4-39/+27
2011-11-09Android: build audio controller exampleStefan Sauer2-0/+14
2011-11-09gstvalue: consider lists and ranges equal if they hold the same setVincent Penquerc'h1-14/+74
2011-11-09tests: add a subset test for structureStefan Sauer1-0/+19
2011-11-08docs: also fix wrong call order for controller in manualStefan Sauer1-7/+7
2011-11-08tests: pad: add test to verify flushing behaviourRené Stadler1-0/+81
2011-11-08docs: fix Since: markers for API added after 0.10.35Tim-Philipp Müller9-34/+34
2011-11-08win32: update .def file for new APITim-Philipp Müller1-0/+1
2011-11-07gstcaps: remove unneeded use of gint64Vincent Penquerc'h1-1/+1
2011-11-07gstvalue: quicker version of intersection when we do not need the resultVincent Penquerc'h2-30/+69
2011-11-07gststructure: simplify return statement in gst_structure_can_intersectVincent Penquerc'h1-5/+2
2011-11-07gststructure: early out when we know a value cannot be a subsetVincent Penquerc'h1-1/+8
2011-11-07gstvalue: quicker test for substraction emptinessVincent Penquerc'h2-20/+49
2011-11-07gststructure: rejig test ordering for speedVincent Penquerc'h1-5/+6
2011-11-04basetransform: Only use the cached transform on strictly equal capsSjoerd Simons1-1/+1
2011-11-04caps: Add gst_caps_is_strictly_equalSjoerd Simons2-0/+43
2011-11-04introspection: add Value annotations for GST_SECOND, GST_MSECOND, GST_USECOND...Peteris Krisjanis1-0/+13
2011-11-04configure: suppress unused variable warnings if gst debugging is disabledTim-Philipp Müller1-1/+7
2011-11-04configure: fix typo around GLIB_EXTRA_CFLAGS in GST_ALL_CXXFLAGSTim-Philipp Müller1-1/+1
2011-11-03queue: use statically allocated GQueueTim-Philipp Müller2-15/+15
2011-11-03bin: use statically allocated GQueueTim-Philipp Müller1-10/+9
2011-11-03collectpads2: use flags enum instead of guint in structureTim-Philipp Müller1-1/+1
2011-11-03queue2: use statically allocated GQueueTim-Philipp Müller2-11/+11
2011-11-03ghostpad: Don't cache internal proxy pad targetNicolas Dufresne2-175/+95
2011-11-01adapter: simplify gst_adapter_take_list()Tim-Philipp Müller1-8/+4
2011-10-31configure: make GLIB_EXTRA_CFLAGS overwritableTim-Philipp Müller2-2/+2
2011-10-30filter: deprecate gst_filter_run()Tim-Philipp Müller2-0/+11
2011-10-30registry: don't use soon-to-be-deprecated gst_filter_run()Tim-Philipp Müller1-17/+41
2011-10-30pluginfeature: deprecate gst_plugin_feature_type_name_filter()Tim-Philipp Müller4-0/+35
2011-10-30taglist: add to_string and new_from_string functionsTim-Philipp Müller5-2/+47
2011-10-30taglist: avoid pointless tag name -> quark lookupsTim-Philipp Müller1-35/+47
2011-10-30taglist: add gst_tag_list_is_equal()Tim-Philipp Müller5-0/+115
2011-10-29structure: identical structures are definitely equalTim-Philipp Müller1-0/+3
2011-10-28basetransform: Also fush the cache when changing the upstream caps suggestionSjoerd Simons1-0/+1
2011-10-28basetransform: Add debug output when returning a cached transformSjoerd Simons1-0/+2
2011-10-28collectpads2: Fix refcount handling if a buffer was dropped due to clippingSebastian Dröge1-2/+3
2011-10-28collectpads2: Merge the clip and prepare_buffer function into oneSebastian Dröge4-71/+24
2011-10-28collectpads2: Merge clipping API from old collectpadsSebastian Dröge2-0/+65
2011-10-28basesink: make default query function name show up in gst-inspectTim-Philipp Müller1-0/+1
2011-10-28collectpads2: avoid hanging in case of sparse newsegment eventsMark Nauwelaerts1-0/+5
2011-10-28collectpads2: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-10/+4
2011-10-28collectpads2: Add to the documentationSebastian Dröge2-0/+67
2011-10-28win32: Add new collectpads2 APISebastian Dröge1-0/+24
2011-10-28base: Add collectpads2Sebastian Dröge3-0/+2339
2011-10-27basetransform: Fix refcount leakJan Schmidt1-4/+5