summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-21scripts: set GI_TYPELIB_PATH in gst-uninstalledHEADmasterTim-Philipp Müller1-0/+6
2012-01-20libcheck: make the definition of fail not fail with non GCC compilersVincent Penquerc'h1-1/+1
2012-01-19build: add --disable-fatal-warnings configure optionColin Walters2-1/+3
2012-01-19tests: clockstress: perform sanity check on thread number argumentMark Nauwelaerts1-0/+5
2012-01-13gst-inspect: plug factory leak on errorVincent Penquerc'h1-0/+1
2012-01-12baseparse: clear adapter in reset so baseparse is reusableAntoine Tremblay1-0/+3
2012-01-12gstinspect: fix features and list leaksVincent Penquerc'h1-1/+6
2012-01-11gststructure: clarify _get docs about the returned referenceVincent Penquerc'h1-4/+4
2012-01-05basesink: don't compensate for render-delay twiceHavard Graff1-10/+1
2012-01-05build: don't output configure options via autogen if $NOCONFIGURE is setIdar Tollefsen1-1/+1
2012-01-05gst: include locale.h before any other i18n headersTim-Philipp Müller2-0/+2
2012-01-05gstconfig.h: adds and uses SunPro visibility attribute for proper function ex...Idar Tollefsen2-1/+5
2012-01-04plugins: explicitly cast initialization values to the correct typeIdar Tollefsen2-2/+2
2012-01-04poll: include correct poll.h based on autoconf testIdar Tollefsen1-0/+5
2012-01-04configure: check for sys/poll.hTim-Philipp Müller1-0/+2
2012-01-02tags: add GST_TAG_LANGUAGE_NAMETim-Philipp Müller3-2/+22
2012-01-01convert Makefile spaces to tabsDavid Schleef1-1/+1
2011-12-29output-selector: Do not false warn about unlinked padThiago Santos1-18/+21
2011-12-26value: micro-optimisation: avoid some unnecessary g_value_unset()Tim-Philipp Müller1-4/+6
2011-12-25filesrc: return any remaining data on EOS before returning FLOW_UNEXPECTEDTim-Philipp Müller1-1/+5
2011-12-25filesrc: minor cosmetic changesTim-Philipp Müller1-9/+11
2011-12-22pipeline: only have a top-level pipeline do pipeline managementMark Nauwelaerts1-1/+3
2011-12-19win32: add new collectpads2 function to .def fileTim-Philipp Müller1-0/+1
2011-12-19collectpads2: add convenience clipping functionMark Nauwelaerts2-0/+47
2011-12-19basetransform: do not delay sparse stream newsegment updatesMark Nauwelaerts1-0/+13
2011-12-19basetransform: suggestion compatible with upstream is not much of a suggestionMark Nauwelaerts1-1/+2
2011-12-15collectpads2: delay collecting buffer if a pad newly set waitingMark Nauwelaerts1-0/+1
2011-12-15controller: user the parent_class vars from G_DEFINE_TYPEStefan Sauer2-10/+5
2011-12-12filesrc: do not mistake short reads for EOSVincent Penquerc'h1-23/+21
2011-12-12baseparse: Clear queued frames with other queuesMatej Knopp1-4/+4
2011-12-12glib-compat: Add license boilerplate for LGPLSebastian Dröge2-0/+30
2011-12-11po: update translationsTim-Philipp Müller8-1251/+2297
2011-12-09preset: allow applications to specify an extra preset dirStefan Sauer4-57/+152
2011-12-08basetransform: Fix code path to come up with possible caps if incompatible ca...Sebastian Dröge1-10/+29
2011-12-08basetransform: Fall back to upstream provided caps if suggested caps are not ...Sebastian Dröge1-1/+14
2011-12-08basetransform: Fall back to upstream provided caps if fixation of suggested c...Sebastian Dröge1-2/+5
2011-12-08basetransform: Refactor gst_base_transform_buffer_alloc() codeSebastian Dröge1-91/+97
2011-12-07baseparse: do not use a byte value instead of a time value when bisectingVincent Penquerc'h1-1/+12
2011-12-07selector: Push newsegment events before any buffers are pushed in the unit testSebastian Dröge1-0/+15
2011-12-07inputselector: Don't send a NEWSEGMENT event if a buffer arrived before the s...Sebastian Dröge1-9/+13
2011-12-07outputselector: Don't send last segment/buffer when no segment was configured...Sebastian Dröge1-3/+5
2011-12-07basetransform: If suggested caps are not compatible with upstream try to come...Sebastian Dröge1-10/+19
2011-12-06indexfactory: fix memory leakTim-Philipp Müller1-1/+1
2011-12-06fakesink: Make event/buffer verbose output consistent with identitySebastian Dröge1-4/+8
2011-12-06identity: Print buffer flags in the verbose outputSebastian Dröge1-3/+25
2011-12-06fakesrc: Make event/buffer verbose output consistent with identity and print ...Sebastian Dröge1-5/+29
2011-12-04check: allow non-joinable threads in private g_thread_create() copyTim-Philipp Müller1-2/+4
2011-12-04Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller11-0/+40
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller20-12/+211
2011-12-04benchmarks: g_thread_create() is deprecated in GLib master, use g_thread_try_...Tim-Philipp Müller3-0/+17