summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding sticky events1.8Sebastian Dröge2016-11-191-1/+1
* basetransform: fix pool leak when early returning in decide_allocationGuillaume Desmottes2016-11-111-0/+3
* build: Fix AM_CONDITIONAL check for clock_gettimeNirbheek Chauhan2016-11-021-1/+1
* build: Apply XCode 8 workaround for iOS tooNirbheek Chauhan2016-10-261-4/+11
* build: Fix clock_gettime check with XCode 8Nirbheek Chauhan2016-10-262-4/+36
* element: check for invalid gstcontext's being provided to set_contextMatthew Waters2016-10-251-1/+5
* element: use g_strcmp0 in set_contextMatthew Waters2016-10-251-1/+1
* argbcontrolbinding: gst_object_replace() is transfer noneSebastian Dröge2016-10-251-4/+4
* bin: Fix iterator resync'ingEdward Hervey2016-10-251-2/+5
* queue2: Implement gst_event_full_func handlingEdward Hervey2016-10-251-8/+10
* bin: fix compiler warning caused by previous commitSebastian Dröge2016-10-221-1/+1
* docs: add index for API new in 1.8Tim-Philipp Müller2016-10-222-0/+8
* g-i: info: allow passing NULL to gst_debug_remove_log_function()Tim-Philipp Müller2016-10-211-1/+2
* collectpads: add g-i transfer annotations to peek/pop/read_buffer/take_buffer...Aurélien Zanelli2016-10-211-10/+10
* message: fix annotation of parse_device_{added,removed}Guillaume Desmottes2016-10-212-2/+4
* Fix some nonsensical g-i annotationsTim-Philipp Müller2016-10-213-6/+2
* typefindhelper: Fix gobject-introspection warning about invalid transfer anno...Sebastian Dröge2016-10-211-1/+1
* rusage: properly free the queue memoryGuillaume Desmottes2016-10-171-1/+2
* tracer/rusage: fix format string argsStefan Sauer2016-10-081-3/+3
* bin: When copying the sort iterator, also copy its internal queueKouhei Sutou2016-09-301-2/+12
* libcompat.h: strsignal() should be not be decleared constAnthony G. Basile2016-09-261-1/+1
* Release 1.8.31.8.3Sebastian Dröge2016-08-198-96/+326
* Update .po filesSebastian Dröge2016-08-1939-39/+39
* queue2: Post buffering messages earlier in ringbuffer modeEdward Hervey2016-08-161-5/+27
* queue2: Fix average input rate calculation on small input rangeEdward Hervey2016-08-161-6/+8
* g-i: pass compiler env to g-ir-scannerTim-Philipp Müller2016-08-135-1/+6
* gst: g-i: pass compiler with quotesTim-Philipp Müller2016-08-131-1/+1
* gst: attempt to fix/track-down mysterious gnome-continuous build failuresRay Strode2016-08-131-1/+2
* inputselector: Wake other pads when selected goes EOSJan Schmidt2016-07-251-0/+4
* pad: check query caps answered and caps not NULLMiguel París Díaz2016-07-251-4/+13
* baseparse: Make sure to not create an invalid event order when generating the...Sebastian Dröge2016-07-251-3/+24
* bus: chain up GObject::constructed() to the parent class' implementationGuillaume Desmottes2016-07-041-0/+2
* queue2: fix crash deleting current region for small ring buffersVincent Penquerc'h2016-07-041-0/+3
* multiqueue: Fix behaviour with not-linked and eos padsEdward Hervey2016-07-011-5/+6
* tee: Properly handle return value when only 1 padNicolas Dufresne2016-06-271-1/+4
* basesink: Update start time when losing state only if we were in PLAYINGSebastian Dröge2016-06-271-1/+2
* gstpad tests: Add a test for flush event only probesLinus Svensson2016-06-171-0/+52
* pad: consider PROBE_TYPE_EVENT_FLUSH when using PROBE_TYPE_ALL_BOTHThiago Santos2016-06-171-2/+4
* Release 1.8.21.8.2Sebastian Dröge2016-06-098-43/+193
* Update .po filesSebastian Dröge2016-06-0939-39/+39
* po: Update translationsSebastian Dröge2016-06-093-322/+335
* queue: Only unblock upstream waiting for the query once downstream is finishedSebastian Dröge2016-05-202-11/+14
* pad: Improve IDLE probe docsSebastian Dröge2016-05-191-1/+1
* basesink/src: Post an error message if ::start() failsSebastian Dröge2016-05-192-1/+8
* bin: Fix EOS forwarding on PLAYING->PLAYINGJan Schmidt2016-05-161-2/+7
* typefind: Only push a CAPS event downstream if the sinkpad is not in PULL modeSebastian Dröge2016-05-121-0/+4
* pad: Fix pad state when deactivating from one mode and then trying to activat...Sebastian Dröge2016-05-111-0/+1
* utils: fix element leak in find_common_root()Guillaume Desmottes2016-05-062-0/+3
* manual: Fix buffer memory leak in appsrc exampleSebastian Dröge2016-04-281-1/+2
* datetime: Sanity check year, month and day when parsing ISO-8601 stringsSebastian Dröge2016-04-261-1/+1