summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-20multiqueue: Wake up any waiting streams if the current one goes EOSAndrei Sarakeev1-0/+8
2014-10-17typefind: simplify registration codeStefan Sauer1-5/+0
2014-10-16docs: pwd: fix typosFelix Schwarz5-8/+8
2014-10-14tests: Add a test for removing a bus watchLinus Svensson1-0/+26
2014-10-14bus: Add a function to remove a bus watchLinus Svensson4-5/+48
2014-10-11docs: Update GstQOSType documentation a bitArun Raghavan1-6/+6
2014-10-10docs: pwg: fix two typosGuillaume Desmottes2-2/+2
2014-10-10docs: pwg: fix typo in 'Dynamic negotiation' sectionGuillaume Desmottes1-1/+1
2014-10-09multiqueue: don't lock multiqueue when pushing serialized queriesAleix Conchillo Flaqué1-1/+13
2014-10-08collectpads: Use GST_PTR_FORMAT in debug to output buffer detailsJan Schmidt1-2/+2
2014-10-06systemclock: fix multi-thread entry status issueNicolas Huet1-9/+24
2014-10-03inputselector: fix compilationTim-Philipp Müller1-3/+3
2014-10-03input-selector: extract some common code into helpersStefan Sauer1-28/+22
2014-10-03input-selector: small code cleanupsStefan Sauer1-22/+17
2014-10-03inputselector: fix printf formatStefan Sauer2-3/+3
2014-10-03baseparse: don't leak caps in gst_base_parse_process_streamheaderMatej Knopp1-0/+6
2014-10-03tests: baseparse: set_sink_caps vfunc should't take ownership of the capsMatej Knopp1-1/+0
2014-10-03fakesrc: mark the pattern property as unusedLuis de Bethencourt1-0/+10
2014-10-03Revert "baseparse: don't leak caps in gst_base_parse_process_streamheader"Tim-Philipp Müller1-6/+0
2014-10-02fakesrc: removing unused pattern optionLuis de Bethencourt2-11/+0
2014-10-02queue: Add missing break in switchSebastian Dröge1-0/+1
2014-10-02queue: update segment position on GAP events to calculate levels properlySebastian Dröge1-0/+33
2014-10-02queue2: update segment position on GAP events to calculate levels properlySebastian Dröge1-0/+33
2014-10-02multiqueue: update segment position on GAP events to calculate levels properlyMatej Knopp1-0/+42
2014-10-02baseparse: don't leak caps in gst_base_parse_process_streamheaderMatej Knopp1-0/+6
2014-10-02capsfilter: Push pending events before a buffer also if upstream never config...Sebastian Dröge1-0/+3
2014-09-29uri: Don't unconditionally use g_list_copy_deep()Sebastian Dröge1-0/+19
2014-09-29uri: Include our own BSD licensed copy of strcasestr() for Windows and othersSebastian Dröge2-0/+64
2014-09-29uri: Fix compiler warnings with gccSebastian Dröge1-1/+1
2014-09-29uri: Fix memory leak in gst_uri_join()Sebastian Dröge1-1/+1
2014-09-29GstUri: Add GstUri miniobject to handle URIs in an RFC 3986 compliant fashionDavid Waring6-2/+2671
2014-09-27scripts: add gst-rpicamsrc to gst-uninstalledTim-Philipp Müller1-0/+1
2014-09-25fixme: bump leftover 0.11 fixme commentsStefan Sauer13-18/+18
2014-09-25event: 'newsegment' to 'segment' in the docsStefan Sauer1-3/+3
2014-09-25basesrc: move the quick return upStefan Sauer1-6/+5
2014-09-25tests: parallelise 'make valgrind'Tim-Philipp Müller2-3/+3
2014-09-25win32: update .def fileTim-Philipp Müller1-1/+1
2014-09-25info: remove confusing warning about running under valgrindTim-Philipp Müller1-3/+0
2014-09-25tests: fix caps leak in baseparse unit testTim-Philipp Müller1-0/+1
2014-09-25flowcombiner: add a gst_flow_combiner_clear() methodJonas Holmberg5-3/+106
2014-09-24scripts: Handle gst-python in gst-uninstalledThibault Saunier1-2/+4
2014-09-24capsfilter: Remove EOS event from pending_event list on FLUSH_STOPThibault Saunier1-1/+2
2014-09-23docs: Fix GstBuffer typo "memory bock" -> "memory block"William Manley1-2/+2
2014-09-23docs: Improve gst_buffer_get_meta() to clear up confusionWilliam Manley1-2/+5
2014-09-23datetime: added missing include directivesMarcin Kolny1-0/+3
2014-09-23queue: Do not forget to release the QUEUE_LOCK in the out_flow_error pathThibault Saunier1-0/+2
2014-09-23docs: fix a small contradition in the docsStefan Sauer1-2/+4
2014-09-22queue: Do not hold GST_QUEUE_LOCK while posting ERROR messagesThibault Saunier1-1/+2
2014-09-19queue2: do not post buffering messages holding the lockThiago Santos2-31/+57
2014-09-19gsturi: Remove unnecessary codeRavi Kiran K N1-8/+1