summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Release 0.10.360.10.36Tim-Philipp Müller10-24/+3071
2012-02-20po: update translationsTim-Philipp Müller1-26/+20
2012-02-15baseparse: fix reverse playbackMark Nauwelaerts1-3/+2
2012-02-11baseparse: bitrate mechanics should not deal with duration updateMark Nauwelaerts1-8/+0
2012-02-050.10.35.3 pre-releaseTim-Philipp Müller3-6/+9
2012-02-04registry: fix compilation with --disable-registryHavard Graff1-1/+2
2012-02-03bin: reset the EOS detection machinery after sending an EOS messageVincent Penquerc'h1-0/+10
2012-02-02Fixes the lack of an include directive in gst/gstpreset.hJoão Paulo Pizani Flor1-0/+1
2012-01-27collectpads2: Move private fields from the public structs to private structsSebastian Dröge2-161/+190
2012-01-18baseparse: clear adapter in reset so baseparse is reusableAntoine Tremblay1-0/+3
2012-01-12gststructure: 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-05gst: include locale.h before any other i18n headersTim-Philipp Müller2-0/+2
2012-01-05plugins: explicitly cast initialization values to the correct typeIdar Tollefsen2-2/+2
2012-01-05poll: include correct poll.h based on autoconf testIdar Tollefsen1-0/+5
2012-01-05configure: check for sys/poll.hTim-Philipp Müller1-0/+2
2012-01-04Automatic update of common submoduleTim-Philipp Müller1-0/+0
2012-01-04Automatic update of common submoduleTim-Philipp Müller1-0/+0
2012-01-04convert Makefile spaces to tabsDavid Schleef1-1/+1
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-19basetransform: suggestion compatible with upstream is not much of a suggestionMark Nauwelaerts1-1/+2
2011-12-16collectpads2: delay collecting buffer if a pad newly set waitingMark Nauwelaerts1-0/+1
2011-12-16filesrc: do not mistake short reads for EOSVincent Penquerc'h1-23/+21
2011-12-12glib-compat: Add license boilerplate for LGPLSebastian Dröge2-0/+30
2011-12-100.10.35.2 pre-releaseTim-Philipp Müller4-8/+12
2011-12-10po: 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
2011-12-04net: initialise GError variables to NULLTim-Philipp Müller2-2/+2
2011-12-03g_thread_init() is deprecated in glib masterTim-Philipp Müller6-0/+18
2011-12-03tagsetter: update for thread API deprecations in glib masterTim-Philipp Müller1-15/+46
2011-12-03taglist: update for thread API deprecations in glib masterTim-Philipp Müller1-3/+16
2011-12-03g_thread_create() is deprecated in GLib master, use g_thread_try_new() insteadTim-Philipp Müller4-2/+31