summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2011-03-02Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-02-28docs: typo fixesTim-Philipp Müller1-1/+1
2011-02-23miniobject: more boxed type fixingWim Taymans1-1/+1
2011-02-22libs: cleanups for 0.11Wim Taymans8-156/+105
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-5/+46
2011-02-22Merge branch 'master' into 0.11Wim Taymans27-199/+491
2011-02-21basetransform: Be smarter with pad allocsThiago Santos1-5/+46
2011-02-14basetransform: Check for pad alloc caps when suggestion is not fixedThiago Santos1-0/+14
2011-02-14basesink: improve duration calculationWim Taymans1-2/+28
2011-02-14basesink: improve rate calculationWim Taymans1-1/+1
2011-02-14basesink: improve average duration calculationWim Taymans1-6/+6
2011-02-14basesink: rename variableWim Taymans1-7/+7
2011-02-10basesink: fix some commentsWim Taymans1-12/+12
2011-02-10basesink: keep track of earliest QoS timestampWim Taymans1-1/+16
2011-02-10basesink: use new QoS typeWim Taymans1-6/+21
2011-02-10basesink: add property to configure a throttle-timeWim Taymans2-0/+76
2011-01-31net: use socklen_t where appropriate rather than specific typeMark Nauwelaerts2-7/+5
2011-01-25nettimeprovider: handle invalid network addresses earlierStefan Kost1-2/+13
2011-01-25checks: add a comment to indicate that we intentionally leave out the 'break'Stefan Kost1-0/+1
2011-01-25docs: small controller api docs improvementStefan Kost1-1/+1
2011-01-24check: don't leak xml file name if GST_CHECK_XML is setTim-Philipp Müller1-2/+5
2011-01-18gobject-introspection: try harder to make g-ir-scanner use the right libgstre...Tim-Philipp Müller4-0/+4
2011-01-13gobject-introspection: another attempt to make g-i find the right libgstreamerTim-Philipp Müller1-0/+1
2011-01-12controller: update g-i include paths as well for header changesTim-Philipp Müller1-0/+2
2011-01-11controller: Fix headers to use < > in #include statementsBenjamin Otte4-6/+6
2011-01-11gstnet: Fix --c-include for gir generationBenjamin Otte1-1/+1
2011-01-11gobject-introspection: make g-ir-scanner try harder to find the right libgstr...Tim-Philipp Müller5-0/+5
2011-01-10basesrc: make sure we wait and release the live lockWim Taymans1-2/+3
2011-01-02basesrc, basesink: add some FIXMEs for the type of the blocksize propertyTim-Philipp Müller2-0/+6
2010-12-29basesrc: fix deadlockWim Taymans1-8/+9
2010-12-28basesink: also preroll async=false sinksWim Taymans1-3/+3
2010-12-21basesink: fix typoWim Taymans1-1/+1
2010-12-17base: documentation fixups and annotationEdward Hervey2-5/+5
2010-12-17basesrc: Use an atomic integer instead of a lock for checking tags presenceEdward Hervey1-6/+12
2010-12-16basetransform: Handle downstream giving a buffer with new caps but invalid sizeSebastian Dröge1-0/+6
2010-12-14basesink: improve last_stop calculationWim Taymans1-1/+1
2010-12-14basesink: fix object type handling in queued prerollWim Taymans1-10/+23
2010-12-11libs: Fix GIR build for srcdir != builddirEdward Hervey5-0/+8
2010-12-08docs: fix wrong use of Since: keywordStefan Kost1-3/+3
2010-12-07docs: libgstbase: more gobject introspection annotationsTim-Philipp Müller12-113/+193
2010-12-07pad: remove get_caps_reffed variantsWim Taymans2-8/+7
2010-12-07Merge branch 'master' into 0.11Wim Taymans3-0/+3
2010-12-07libs: Add -I$(top_srcdir)/libs to g-ir-scanner commandsEdward Hervey3-0/+3
2010-12-06libs: remove deprecated codeWim Taymans4-532/+0
2010-12-06more 0.10 -> 0.11Wim Taymans5-20/+20
2010-12-05basesink: Don't forget to unref the cached ClockIdEdward Hervey1-0/+4
2010-12-05gstcheck: Don't check pad refcount too earlyEdward Hervey1-1/+4
2010-12-02gstdataqueue: Don't break ABIEdward Hervey2-13/+17
2010-12-02basesink: rework position reporting codeWim Taymans1-205/+155
2010-12-02basesink: perform wait_preroll in a while loopWim Taymans1-1/+1