summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-08WIPbufferfileWim Taymans1-30/+28
2014-05-06WIPWim Taymans2-27/+69
2014-05-05WIPWim Taymans5-199/+268
2014-05-05cache: WIPWim Taymans8-113/+2428
2014-05-05pads: update docs for request padsWim Taymans3-7/+6
2014-05-05Add new cachefile objectWim Taymans5-1/+649
2014-05-04filesrc: g_memmove() is deprecatedРуслан Ижбулатов1-1/+1
2014-05-03Back to developmentSebastian Dröge1-1/+1
2014-05-03Release 1.3.1Sebastian Dröge11-142/+3464
2014-05-03Update .po filesSebastian Dröge39-39/+39
2014-05-03po: Update translationsSebastian Dröge39-1167/+2087
2014-05-03docs: add new device probing API to docs table of contentsTim-Philipp Müller1-0/+8
2014-05-03doc: Add GstDevice* to gstreamer-sections.txtNicolas Dufresne1-0/+99
2014-05-03Automatic update of common submoduleSebastian Dröge1-0/+0
2014-05-02basesink: Always render prepared bufferNicolas Dufresne1-3/+12
2014-05-01scripts/git-version.sh: add more modulesLuis de Bethencourt1-4/+9
2014-05-01bin: Always first post the state-changed message for PAUSED->READY before pos...Sebastian Dröge1-11/+24
2014-05-01basesink: Add test for checking that EOS always comes after the state change ...Sebastian Dröge1-0/+75
2014-05-01bufferpool: fix log message of buffer pointerStian Selnes1-1/+1
2014-04-30scripts/git-version.sh: remove unused variableLuis de Bethencourt1-2/+0
2014-04-30scripts/git-version.sh: fix mistaken commentsLuis de Bethencourt1-3/+1
2014-04-28multiqueue: avoid signaling overrun on the first segmentThiago Santos1-3/+27
2014-04-28docs: enhancements to porting guide documentationXavi Artigas1-0/+12
2014-04-28query: Add boolean to URI query to specify if a redirect is permanent or notSebastian Dröge6-2/+62
2014-04-28funnel: Check if the last pad was setSrimanta Panda1-1/+1
2014-04-26docs: add docs for various GstPad macrosFelipe Ortiz2-68/+378
2014-04-26Revert "docs: add docs for various GstPad macros"Tim-Philipp Müller2-378/+68
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller53-110/+0
2014-04-26buffer: Only set TAG_MEMORY if the memory has been replacedNicolas Dufresne2-1/+6
2014-04-26docs: add docs for various GstPad macrosShowayb Zahda2-68/+378
2014-04-25bin: When going to READY make sure to always deactivate padsSebastian Dröge1-3/+4
2014-04-22bin: Don't left-shift into the sign bit, the result is undefinedSebastian Dröge1-2/+2
2014-04-22value: Use an unsigned 64 bit integer as a maskSebastian Dröge1-1/+1
2014-04-20basesrc: Make sure to always hold the LIVE_LOCK when going to the flushing labelSebastian Dröge1-2/+4
2014-04-17funnel: Handle end of stream event on sink padSrimanta Panda2-8/+43
2014-04-17gstvalue: Prevent division or modulo by zeroEdward Hervey1-0/+2
2014-04-17libs: g-ir-scanner: do not hardcode libtool pathAntoine Jacoutot5-5/+5
2014-04-16memory/buffer: Initialise GstMapInfo to zeroes if mapping failsSebastian Dröge2-4/+5
2014-04-16preset: Unref return value of gst_child_proxy_get_child_by_index() instead of...Sebastian Dröge1-0/+2
2014-04-16preset: Automatic code style fixesSebastian Dröge1-6/+6
2014-04-16queue2: fix event/preroll deadlock differentlyVincent Penquerc'h2-8/+25
2014-04-16check: Fix exported symbol nameEdward Hervey1-1/+1
2014-04-15pad: Add missing space in debug outputSebastian Dröge1-1/+1
2014-04-15check: Add new API to set up pads from non-static pad templatesSebastian Dröge3-4/+90
2014-04-14collectpads: Fix memory leak in unit testSebastian Dröge1-0/+1
2014-04-12testclock: replace newly-added GstTestClockIDList structure with a simple GListTim-Philipp Müller4-79/+37
2014-04-12docs: testclock: fix up Since markersTim-Philipp Müller2-5/+5
2014-04-12testclock: add back gst_test_clock_wait_for_pending_id_count()Tim-Philipp Müller3-1/+32
2014-04-12testclock: remove unused variableTim-Philipp Müller1-2/+0
2014-04-12testclock: add support for waiting and releasing multiple GstClockIDsHavard Graff4-73/+290