summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-11docs: use the gtk-doc shortcuts to get coloured and xrefed exampleStefan Kost1-2/+3
2010-10-11bin: Initialize variableSebastian Dröge1-0/+1
2010-10-11bin: Improve tracking of source elementsWim Taymans1-9/+21
2010-10-11basesrc: tag as a SOURCE elementWim Taymans1-0/+1
2010-10-11element: add IS_SOURCE flagWim Taymans1-0/+2
2010-10-10registry: g_mapped_file_unref exists already since GLib 2.21.3Vincent Penquerc'h1-1/+1
2010-10-10basetransform: Report the output position on POSITION queries on the srcpadSebastian Dröge1-3/+23
2010-10-08Automatic update of common submoduleDavid Schleef1-0/+0
2010-10-08multiqueue: Remove unused variable and simplify codeEdward Hervey1-11/+3
2010-10-08Automatic update of common submoduleSebastian Dröge1-0/+0
2010-10-08bytewriter: Add missing fileSebastian Dröge1-0/+362
2010-10-08bytewriter: Add unchecked variants of the writing functionsSebastian Dröge3-12/+59
2010-10-08controller, dataprotocol: make public enum _get_type() functions thread-safeTim-Philipp Müller2-24/+26
2010-10-08dataprotocol, lfocontrolsource: fix enum value name in enums that are public APITim-Philipp Müller2-7/+7
2010-10-08bytewriter: Fix possible infinite loop caused by an overflowSebastian Dröge1-2/+2
2010-10-07elements: minor performance improvement when doing g_object_notify() for the ...Tim-Philipp Müller4-5/+5
2010-10-07fakesink: use g_object_notify_by_pspec() and remove work-around for old GLib ...Tim-Philipp Müller2-4/+17
2010-10-07tee: use g_object_notify_by_pspec() if possibleTim-Philipp Müller1-10/+30
2010-10-07fakesrc: use g_object_notify_by_pspec() if possibleTim-Philipp Müller1-6/+16
2010-10-07identity: use g_object_notify_by_pspec() and remove work-around for old GLib ...Tim-Philipp Müller2-3/+19
2010-10-07pads: use new g_object_notify_by_pspec() for caps notifies if availableTim-Philipp Müller2-9/+30
2010-10-07clock: remove unnecessary g_object_notify() callTim-Philipp Müller1-1/+0
2010-10-07docs: update qos design docWim Taymans1-7/+8
2010-10-05Add gobject-introspection temp directories to CRUFT_DIRSTim-Philipp Müller1-1/+3
2010-10-05lfocontrolsource: use math-compat.h for M_PITim-Philipp Müller1-1/+1
2010-10-05gstinfo: remove random MSVC compatibility define for M_PI that doesn't belong...Tim-Philipp Müller2-5/+0
2010-10-05gst: add math-compat.h headerTim-Philipp Müller3-1/+85
2010-10-05tools: fix parsing of timestamp in gst-plot-timelineThijs Vermeir1-3/+3
2010-10-05basesink: don't take preroll-lock in get_propertyStefan Kost1-8/+4
2010-10-05basesink: add a fixme for 0.11Stefan Kost1-1/+1
2010-10-04basesink: format negative values betterWim Taymans1-2/+2
2010-10-03bitreader: Fix uninitialized variable compiler warningsSebastian Dröge1-2/+2
2010-10-03bytewriter: Add inline variants of all important functionsSebastian Dröge2-68/+182
2010-10-03bitreader: Add inlined and unchecked versions of the important functionsSebastian Dröge6-79/+401
2010-10-03bytewriter: Add guards to the inlined get_pos/get_remaining/get_size/etc func...Sebastian Dröge2-32/+59
2010-10-03bitreader: Optimize peek_bits/get_bits a bitSebastian Dröge1-13/+27
2010-09-27gstdatetime: Fix string serializationThiago Santos2-12/+14
2010-09-24basesink: improve adjust_time()Wim Taymans1-2/+9
2010-09-24basesink: renderdelay needs to be subtracted in adjust_time()Havard Graff1-1/+1
2010-09-24win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as wellTim-Philipp Müller5-5/+15
2010-09-23po: update for new stringsTim-Philipp Müller33-33/+559
2010-09-23gst-inspect: print GST_PARAM_MUTABLE_* property flagsTim-Philipp Müller1-13/+24
2010-09-23basetransform: Make a WARNING into a DEBUG statementHavard Graff1-1/+1
2010-09-23clock: fix racy shutdown clock id leakTrond Andersen1-2/+4
2010-09-23basetransform: avoid useless memcpyWim Taymans1-4/+11
2010-09-23tests: fix 'make check' build for setups where no c++ compiler is availableTim-Philipp Müller2-4/+14
2010-09-23tag: Adds GST_TAG_GEO_LOCATION_HORIZONTAL_ERRORThiago Santos3-0/+14
2010-09-23Revert "pad: use a nested lock to avoid reffing the peer"Stefan Kost1-17/+18
2010-09-23queue2: remove var only used for debug statementStefan Kost1-3/+2
2010-09-22pad: use a nested lock to avoid reffing the peerStefan Kost1-18/+17