summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-07po: Update translations1.4Sebastian Dröge4-484/+400
2015-06-02downloadbuffer: release lock before posting msgeunhae choi1-18/+50
2015-06-02uri: match return type of get_uri_type() implementation to declarationTim-Philipp Müller1-2/+2
2015-06-02taglist: Copy the tag scope too when copying tag listsSebastian Dröge1-5/+6
2015-04-24printf: fix invalid memory access in case of %%Tim-Philipp Müller1-0/+5
2015-04-23gstinfo: fix infinite loop in gst_debug_unset_threshold_for_name()Jason Litzinger1-0/+2
2015-04-23tee: fix use of possibly-freed pad in debug statementTim-Philipp Müller1-2/+3
2015-04-23typefind: fix leak in gst_type_find_element_src_event()Guillaume Desmottes1-1/+4
2015-04-23gstvalue: reset errno before g_ascii_strtoull callHyunjun Ko1-0/+1
2015-04-23basesrc: do not leak buffer pool in error caseIlya Konstantinov1-0/+1
2015-04-23valve: Don't drop non-serialized queries when the valve is droppingSebastian Dröge1-1/+1
2015-04-23multiqueue: Don't grow queue infinitely if only one pad is linkedSebastian Dröge1-14/+5
2015-04-23basesink: handle empty buffer list more gracefullyTim-Philipp Müller1-1/+12
2015-04-23bus: Fix another case where we hold the object lock while unreffing a messageSebastian Dröge1-1/+1
2015-04-23bus: Use g_list_free_full() instead of manually unreffing and freeingSebastian Dröge1-6/+2
2015-04-23bus: Unreferencing messages outside the lockVivia Nikolaidou1-1/+8
2015-04-10multiqueue: Don't automatically enter the buffering state when use-buffering ...Duncan Palmer1-1/+0
2014-12-18Release 1.4.51.4.5Sebastian Dröge8-24/+182
2014-12-18Update .po filesSebastian Dröge39-39/+39
2014-12-16bufferpool: log reason for discarded buffersWim Taymans1-6/+25
2014-12-11basesink: clamp reported position based on directionEdward Hervey1-2/+6
2014-12-11baseparse: update the duration variable before emitting the busThiago Santos1-4/+6
2014-11-28element: Fix doc and default implementation of send_eventEdward Hervey1-2/+2
2014-11-28element: Figure default send_event direction handlingEdward Hervey1-2/+2
2014-11-23queue2: percentage is relative to high-percentThiago Santos1-1/+1
2014-11-23multiqueue: percentage is an absolute valueThiago Santos1-1/+1
2014-11-20structure: don't overread input when searching for "Wim Taymans2-2/+22
2014-11-15pad: fail dropped queriesVincent Penquerc'h1-10/+4
2014-11-15task: Fix pause/stop race conditionHaakon Sporsheim2-18/+76
2014-11-06Release 1.4.41.4.4Sebastian Dröge8-17/+183
2014-11-06Update .po filesSebastian Dröge39-39/+39
2014-10-24basesink: don't unlock mutex that is not lockedTim-Philipp Müller1-1/+6
2014-10-24multiqueue: Wake up any waiting streams if the current one goes EOSAndrei Sarakeev1-0/+8
2014-10-24docs: pwg: fix typo in 'Dynamic negotiation' sectionGuillaume Desmottes1-1/+1
2014-10-24systemclock: fix multi-thread entry status issueNicolas Huet1-9/+24
2014-10-24tests: fix caps leak in baseparse unit testTim-Philipp Müller1-0/+1
2014-10-24tests: baseparse: set_sink_caps vfunc should't take ownership of the capsMatej Knopp1-1/+0
2014-10-14multiqueue: don't lock multiqueue when pushing serialized queriesAleix Conchillo Flaqué1-1/+13
2014-10-14queue: Add missing break in switchSebastian Dröge1-0/+1
2014-10-14multiqueue: update segment position on GAP events to calculate levels properlyMatej Knopp1-0/+42
2014-10-14queue: update segment position on GAP events to calculate levels properlySebastian Dröge1-0/+33
2014-10-14queue2: update segment position on GAP events to calculate levels properlySebastian Dröge1-0/+33
2014-10-14capsfilter: Push pending events before a buffer also if upstream never config...Sebastian Dröge1-0/+3
2014-09-24scripts: Handle gst-python in gst-uninstalledThibault Saunier1-2/+4
2014-09-24Release 1.4.31.4.3Sebastian Dröge8-26/+130
2014-09-24Update .po filesSebastian Dröge39-39/+39
2014-09-24capsfilter: Remove EOS event from pending_event list on FLUSH_STOPThibault Saunier1-1/+2
2014-09-24datetime: 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-22queue: Do not hold GST_QUEUE_LOCK while posting ERROR messagesThibault Saunier1-1/+2