summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-09pad: make internal links a GstQueryintlinks-queryWim Taymans10-183/+247
2011-11-08pad: install query probesWim Taymans3-101/+202
2011-11-08pad: remove lock/unlock_full versions of stream-lockWim Taymans1-16/+0
2011-11-08pad: add defines for query probesWim Taymans1-6/+11
2011-11-08pad: fix unit testWim Taymans1-2/+6
2011-11-08buffer: update docsWim Taymans1-21/+12
2011-11-08test: port to 0.11Wim Taymans1-10/+10
2011-11-08Merge branch 'master' into 0.11Wim Taymans10-28/+110
2011-11-08pad: add pull mode probesWim Taymans3-61/+102
2011-11-08tests: pad: add test to verify flushing behaviourRené Stadler1-0/+81
2011-11-08pad: Add GstPadProbeInfoWim Taymans12-84/+115
2011-11-08event: log creation of qos events at LOG level instead at INFOStefan Sauer1-1/+1
2011-11-08buffer: improve parameter docsStefan Sauer1-2/+3
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-07Merge branch 'master' into 0.11Wim Taymans3-58/+131
2011-11-07pad: rework pad probesWim Taymans10-93/+111
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-07docs: mention more api changes in the porting guideStefan Sauer1-2/+5
2011-11-07caps: fix compilationWim Taymans1-2/+2
2011-11-07Merge branch 'master' into 0.11Wim Taymans2-0/+43
2011-11-06Revert "controller: fix g_return statement"Tim-Philipp Müller1-1/+1
2011-11-05docs: remove refs to removed APITim-Philipp Müller2-5/+0
2011-11-05controller: the object needs a ref to the controller for the convenience apiStefan Sauer2-1/+11
2011-11-05controller: fix g_return statementStefan Sauer1-1/+1
2011-11-05controller: logging tweaksStefan Sauer1-7/+6
2011-11-05gst: fix some compiler warningsTim-Philipp Müller2-2/+2
2011-11-04controller: add api to check for active controllers (needed for e.g. volume)Stefan Sauer5-4/+73
2011-11-04controller: remove obsolete comments from api transitionStefan Sauer1-3/+3
2011-11-04controller: fix tests after move and API changesStefan Sauer2-276/+72
2011-11-04controller: port to new controller apiStefan Sauer3-8/+2
2011-11-04controller: update docs for controller moveStefan Sauer7-86/+81
2011-11-04controller: move to core/gstobjectStefan Sauer17-612/+512
2011-11-04docs: small clarificationStefan Sauer1-0/+2
2011-11-04docs: missing rename iface->interface in the docsStefan Sauer1-1/+1
2011-11-04bin: fix the iterator copyWim Taymans1-2/+2
2011-11-04Merge branch 'master' into 0.11Wim Taymans8-40/+57
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-04tests: fix testsWim Taymans2-0/+6
2011-11-04pad: make probes work on all padsWim Taymans2-42/+65
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