summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Release 1.8.11.8.1Sebastian Dröge2016-04-208-806/+216
* Update .po filesSebastian Dröge2016-04-2038-38/+38
* po: Update translationsSebastian Dröge2016-04-201-21/+20
* baseparse: Remember if we interpolated DTS from PTS and refresh it whenever w...Sebastian Dröge2016-04-201-5/+18
* multiqueue: Recheck buffering status after changing low thresholdCarlos Rafael Giani2016-04-152-0/+96
* multiqueue: Recalculate fill level after changing high-thresholdCarlos Rafael Giani2016-04-152-24/+251
* baseparse: When initializing DTS from PTS, remember that we did soSebastian Dröge2016-04-151-1/+1
* queue: Use full running time for level calculationEdward Hervey2016-03-292-9/+27
* pad: Fix race between gst_element_remove_pad and state changeStian Selnes2016-03-291-32/+52
* valve: Fix unit test by sending caps before buffersSebastian Dröge2016-03-251-13/+10
* valve: don't send sticky events as a direct response to upstream eventsHavard Graff2016-03-252-74/+54
* typefind: Remove redundant assignmentSebastian Dröge2016-03-241-3/+1
* Release 1.8.01.8.0Sebastian Dröge2016-03-248-25/+947
* Update .po filesSebastian Dröge2016-03-2439-39/+39
* libcompat.h: strsignal() should be not be decleared constAnthony G. Basile2016-03-231-1/+1
* preset: Use GST_PRESET_PATH as an extension of the system path, not a replace...Sebastian Dröge2016-03-221-19/+72
* utils: add 'transfer full' annotation to gst_pad_peer_query_capsAurélien Zanelli2016-03-211-3/+3
* pad: add 'transfer full' and 'nullable' annotations to gst_pad_get_current_capsAurélien Zanelli2016-03-211-1/+2
* utils: fix gir annotation for gst_element_query_convert()Ben Iofel2016-03-181-1/+1
* tests: Check multiqueue not-linked EOS handlingJan Schmidt2016-03-181-82/+214
* multiqueue: Fix not-linked pad handling at EOSJan Schmidt2016-03-181-18/+15
* typefind: Allow caps query in "have-type" signal handlersRomain Picard2016-03-151-3/+9
* Release 1.7.911.7.91Sebastian Dröge2016-03-158-31/+143
* Update .po filesSebastian Dröge2016-03-1530-30/+30
* po: Update translationsSebastian Dröge2016-03-159-56/+54
* typefind: Store caps on the pad before emitting have-type but send it downstr...Sebastian Dröge2016-03-141-7/+48
* baseparse: Recheck after pre_push_frame() if there are tags pendingSebastian Dröge2016-03-141-0/+8
* concat: Fix comment typoCarlos Rafael Giani2016-03-141-1/+1
* Revert "typefind: Store caps on the pad before emitting have-type but send it...Sebastian Dröge2016-03-121-48/+7
* typefind: Store caps on the pad before emitting have-type but send it downstr...Sebastian Dröge2016-03-121-7/+48
* docs: Flesh out element and object macro accessor docs a bitCarlos Rafael Giani2016-03-102-7/+18
* netclientclock: Remove some obsolete code that can cause warningsSebastian Dröge2016-03-091-10/+0
* netclientclock: Don't reset calibration of internal clock whenever a new netc...Sebastian Dröge2016-03-091-14/+19
* gstbuffer: fix GstParentBufferMeta GType nameVíctor Manuel Jáquez Leal2016-03-072-1/+25
* tracerrecord: Remove useless NULL check and add assertion for making assumpti...Sebastian Dröge2016-03-021-27/+26
* element: minor docs fixTim-Philipp Müller2016-03-011-1/+1
* Release 1.7.901.7.90Sebastian Dröge2016-03-018-68/+401
* po: Update translationsSebastian Dröge2016-03-0139-227/+394
* Revert "bus: change GstBusSource to hold a weak ref to GstBus"Sebastian Dröge2016-02-292-45/+28
* Revert "bus: Make sure to remove the GPollFD from the GSources when destroyin...Sebastian Dröge2016-02-291-36/+9
* element: Remove GST_STATE_LOCK_FULL() / UNLOCK_FULL()Sebastian Dröge2016-02-291-2/+0
* bus: Make sure to remove the GPollFD from the GSources when destroying the busSebastian Dröge2016-02-291-9/+36
* tests: ghostpad: Fix memory leaksVineeth TM2016-02-291-0/+2
* taglist: add guard to check writability when removing tags from a taglistTim-Philipp Müller2016-02-281-0/+1
* elements: use new gst_element_class_add_static_pad_template()Tim-Philipp Müller2016-02-2820-81/+50
* element: add gst_element_class_add_static_pad_template()Tim-Philipp Müller2016-02-284-0/+25
* typefind: fix indentationTim-Philipp Müller2016-02-271-2/+4
* Automatic update of common submoduleSebastian Dröge2016-02-261-0/+0
* bus: Prevent gst_bus_add_watch_full_unlocked from a segfault if priv->poll ==...James Stevenson2016-02-261-0/+4
* bus: change GstBusSource to hold a weak ref to GstBusThiago Santos2016-02-252-28/+45