summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-06WIP: collectpads: Refactor threading and add a separate streaming thread for ...collectpadsSebastian Dröge1-102/+96
2014-01-03multiqueue: Fix hanging if shut down while handling a serialized queryYanpingZhang1-0/+3
2014-01-02baseparse: remove pending_segment as it was being misusedThiago Santos1-14/+12
2014-01-02baseparse: push pending events before GAP eventThiago Santos1-0/+3
2014-01-02baseparse: refactor pending events pushingThiago Santos1-31/+26
2014-01-02design/part-toc.txt: update design docsStefan Sauer1-10/+11
2014-01-02pad: Add unit test for adding/removing blocking probes while a pad is blockedSebastian Dröge1-1/+101
2014-01-02pad: Check if new probes need to be called when adding/removing someSebastian Dröge1-1/+15
2014-01-02tee: Remove dyn lockSebastian Dröge2-14/+0
2014-01-02tee: Keep another ref to our one and only srcpad around while pushingSebastian Dröge1-0/+6
2013-12-30pad: Keep an extra ref of the pad when calling an IDLE probe immediatelySebastian Dröge1-0/+5
2013-12-30pad: Only call IDLE probes if we are actually idleSebastian Dröge1-2/+6
2013-12-30nettimeprovider: remove unnecessary NULL checkTim-Philipp Müller1-2/+1
2013-12-30Revert "nettimeprovider: Remove dead code"Tim-Philipp Müller1-0/+3
2013-12-30queue: Remove unneeded checksEdward Hervey1-13/+11
2013-12-30nettimeprovider: Remove dead codeEdward Hervey1-3/+0
2013-12-30taglist: fix since marker again (1.3 -> 1.4)Stefan Sauer1-1/+1
2013-12-30taglist: fix since-marker in docs (we're in 1.3.X)Stefan Sauer1-1/+1
2013-12-30taglist: add a tag for midi base note numbersStefan Sauer2-0/+13
2013-12-30pad: Don't ignore probe callback return value when immediately calling IDLE p...Sebastian Dröge1-26/+50
2013-12-29scripts: git-update.sh: fix for non-master branchesPedro Côrte-Real1-2/+2
2013-12-27parse: Use GLib malloc/free/realloc functionsSebastian Dröge2-1/+17
2013-12-26scripts: create-uninstalled-setup: re-use existing master branch if it existsTim-Philipp Müller1-3/+14
2013-12-26docs: fix memory leak of appsink example in manualErik Andresen1-0/+1
2013-12-22Automatic update of common submoduleTim-Philipp Müller2-7/+1
2013-12-22po: update for string changesTim-Philipp Müller39-78/+112
2013-12-22po: set gettext domain in Makevars so we don't have to patch the generated Ma...Tim-Philipp Müller1-1/+1
2013-12-20utils: Add round down 128 macro for completenessWim Taymans1-0/+8
2013-12-20utils: Add round up 128 macroNicolas Dufresne1-0/+9
2013-12-20funnel: Setting the PROXY_CAPS flag on the srcpad does not make much senseSebastian Dröge1-2/+0
2013-12-20funnel: Proxy CAPS and ALLOCATION queriesSebastian Dröge1-0/+6
2013-12-20multiqueue: post 100% buffering if single queue is not linkedThiago Santos1-1/+7
2013-12-18docs: fix project linksWilliam Jon McCann1-2/+2
2013-12-17basesrc: use segment start if DTS for first buffer is unsetDavid Svensson Fors1-1/+5
2013-12-16gst-uninstalled: add gstreamer-vaapi pathsMatthieu Bouron1-0/+6
2013-12-14tests: add unit test for bitreader, bytereader and bytewriter with no inlinin...Tim-Philipp Müller5-0/+69
2013-12-14bytereader: add inline variant of gst_byte_reader_init()Tim-Philipp Müller1-0/+13
2013-12-14docs: fix docs for gst_queue_array_peek_head()Tim-Philipp Müller1-1/+1
2013-12-14parse: Don't define yyscan_t twiceSebastian Dröge1-3/+0
2013-12-13docs: moving plugins: minor 0.10 -> 1.0 fixTim-Philipp Müller1-2/+2
2013-12-11queue: don't ignore event return valueWim Taymans2-18/+14
2013-12-10gst-launch: Handle taglist copy failureEdward Hervey1-1/+2
2013-12-10gst-inspect: Index features are no moreEdward Hervey1-17/+0
2013-12-10gstvalue: Fix comparision of double rangeEdward Hervey2-1/+21
2013-12-10controller: Fix out-of-bounds detectionEdward Hervey1-1/+1
2013-12-07tests: add unit test for registering the same category twiceTim-Philipp Müller1-0/+17
2013-12-07info: return existing category if a debug category is registered twiceVíctor Manuel Jáquez Leal1-2/+4
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen76-161/+162
2013-12-07Fix some typos in code comments and debug messagesSebastian Rasmussen7-12/+12
2013-12-06docs: clarify encoding of strings in GstStructures and taglistsStewart Brodie2-4/+3