summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-06baseparse: Fix 'self-comparison always evaluates to true'HEADmasterSebastian Dröge1-1/+1
2012-03-06tee: Fix 'use of logical '&&' with constant operand' compiler warningSebastian Dröge1-2/+2
2012-03-06basetransform: Fix 'equality comparison with extraneous parentheses' compiler...Sebastian Dröge1-1/+1
2012-03-06gst: Fix 'comparison of unsigned enum expression >= 0 is always true' compile...Sebastian Dröge1-1/+1
2012-03-05baseparse: Fix handling of multiple newsegment eventsSebastian Dröge1-48/+48
2012-03-05baseparse: Also flush the close_segmentSebastian Dröge1-1/+4
2012-03-05baseparse: Remove obsolete code and move gap handling to the correct placeSebastian Dröge1-69/+46
2012-03-05baseparse: Clear some more state when receiving FLUSH_STOPSebastian Dröge1-0/+8
2012-03-05baseparse: Only queue serialized events for sending them laterSebastian Dröge1-2/+3
2012-03-05libgstcheck: export gst_consistency_checker_add_pad()Tim-Philipp Müller1-0/+1
2012-03-02consitencychecker: don't fail on multiple flush_start eventsStefan Sauer1-3/+3
2012-02-29consitencychecker: add handling for sink-padsStefan Sauer2-19/+128
2012-02-29consistencychecker: also check for duplicated flush_startsStefan Sauer1-0/+3
2012-02-28collectpads2: add more loggingStefan Sauer1-5/+9
2012-02-27Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey2-0/+9
2012-02-27tests: make datetime test more reliably when comparing two almost identical nowsTim-Philipp Müller1-8/+10
2012-02-26collectpads2: rescue the annotation from collectpadsStefan Sauer1-11/+11
2012-02-26docs: fix a typo in commentStefan Sauer1-1/+1
2012-02-26collectpads2: move "MT save" tags to doc bodyStefan Sauer1-29/+28
2012-02-25fdsink: implement GstBaseSink::query instead of messing with the padTim-Philipp Müller1-9/+5
2012-02-25fdsink: implement SEEKING queryTim-Philipp Müller2-0/+15
2012-02-25filesink: implement SEEKING queryTim-Philipp Müller1-0/+10
2012-02-25fakesink: answer SEEKING queryTim-Philipp Müller1-0/+25
2012-02-24registry: fix lseek() return code handlingTim-Philipp Müller1-3/+4
2012-02-24registry: don't forget to clean up registry temp file in another error caseTim-Philipp Müller1-6/+7
2012-02-23Update NEWS and RELEASE as wellTim-Philipp Müller2-8/+392
2012-02-23Bump version after releasesTim-Philipp Müller7-10/+18
2012-02-22build: avoid touching .po files during 'make'Ryan Lortie1-1/+3
2012-02-13baseparse: fix reverse playbackMark Nauwelaerts1-3/+2
2012-02-10baseparse: bitrate mechanics should not deal with duration updateMark Nauwelaerts1-8/+0
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-02autogen.sh: allow calling from out-of-treeRyan Lortie1-2/+10
2012-01-30Fixes 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-27gstplugin: add a few consts to read only dataVincent Penquerc'h1-2/+2
2012-01-21scripts: set GI_TYPELIB_PATH in gst-uninstalledTim-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