summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* element: NULL the lists of contexts in dispose()1.14Matthew Waters2021-08-281-0/+1
* Release 1.14.51.14.5Tim-Philipp Müller2019-05-297-19/+494
* Update docsTim-Philipp Müller2019-05-292-2/+2
* Clone the code from gitlabHaihao Xiang2019-05-023-5/+5
* aggregator: Mark all public structs as Since: 1.14Sebastian Dröge2019-05-021-0/+7
* basesrc: Downgrade EOS warningOlivier Crête2019-05-021-1/+1
* controlbinding: Check if the weak pointer was cleared before explicitly remov...Sebastian Dröge2019-05-021-2/+3
* gst-inspect: fix printing the first field of a GstStructureAntonio Ospite2019-05-021-1/+3
* aggregator: don't leak gap buffer when out of segmentMatthew Waters2019-05-021-1/+1
* aggregator: take the pad lock around queue gap event removalMatthew Waters2019-05-021-0/+2
* baseparse: don't reset the disable-passthrough property valueMatthew Waters2019-05-021-1/+1
* gsttaskpool: Do not block tasks while cleaning up the taskpoolSantiago Carot-Nemesio2019-05-021-4/+8
* gsturi: Fix annotation on get_path to return a nullableMarco Trevisan (Treviño)2019-05-021-2/+2
* gstmessage: Fix annotations on detailsMarco Trevisan (Treviño)2019-05-021-3/+3
* taskpool: Set error in case something goes wrong in the default handlersSantiago Carot-Nemesio2019-05-021-1/+5
* bus: Make removing of signal/bus watches thread-safeSebastian Dröge2019-05-021-5/+12
* bus: Don't allow removing signal watches with gst_bus_remove_watch()Sebastian Dröge2019-05-021-2/+8
* padtemplate: Constructors are all nullable as they check the template nameSebastian Dröge2019-05-021-2/+2
* deviceprovider: fix counting number of times startedDaniel Drake2019-05-021-0/+1
* basesrc: ensure submitted buffer list is writableTim-Philipp Müller2019-05-021-1/+2
* buffer: Fix memory corruption in gst_buffer_foreach_meta() when removing metasDardo D Kleiner2019-05-011-3/+1
* docs: Update gst core docEdward Hervey2018-11-091-0/+1
* typefind: Always forward RECONFIGURE events upstreamSebastian Dröge2018-11-071-0/+5
* tracers: log: Fix post query traceNicolas Dufresne2018-11-071-6/+7
* systemclock: pre-calculate the ratio for multiplying the perf-count on winHavard Graff2018-11-071-2/+3
* gstpad: use hook_id instead of hook in called_probes listHavard Graff2018-11-072-51/+48
* segment: Allow stop == -1 in gst_segment_to_running_time() and rate < 0Jan Schmidt2018-11-072-0/+18
* multiqueue: Don't clamp running times for position calculationEdward Hervey2018-11-071-4/+0
* ptp clock: Increase tolerance for late follow-up and delay-respJan Schmidt2018-11-071-11/+22
* ptp clock: Wait for ANNOUNCE before selecting a masterJan Schmidt2018-11-071-2/+3
* typefind: Lower debug level of some output related to the URI querySebastian Dröge2018-11-051-3/+3
* queue2: Reset result flow when retryingEdward Hervey2018-10-221-1/+2
* Release 1.14.41.14.4Tim-Philipp Müller2018-10-026-7/+79
* Update docsTim-Philipp Müller2018-10-022-2/+2
* tests: Use a different rate in a segment test.Jan Schmidt2018-09-171-3/+3
* Release 1.14.31.14.3Tim-Philipp Müller2018-09-166-9/+269
* Update docsTim-Philipp Müller2018-09-162-2/+2
* gstsegment: Add check for gst_segment_offset_running_time()Jan Schmidt2018-09-111-0/+9
* gstsegment: Handle positions before the segment properlyJan Schmidt2018-09-112-11/+118
* bin: Fix use-after-free issue in gst_bin_add()Philippe Normand2018-09-081-1/+3
* utils: Set default values for position and duration query resultsPhilippe Normand2018-09-031-0/+18
* baseparse: avg_bitrate calculation critical warning fixPhilippe Normand2018-08-311-2/+2
* input-selector: Bring latency handling in sync with GstPad codeSebastian Dröge2018-08-311-31/+14
* Revert "pad: Don't drop LATENCY queries with default implementation"Sebastian Dröge2018-08-311-6/+2
* Revert "pad: Accumulate live/non-live latency values separately"Sebastian Dröge2018-08-311-32/+20
* input-selector: Apply GstPad default latency handler fixes here tooSebastian Dröge2018-08-311-20/+32
* pad: Accumulate live/non-live latency values separatelySebastian Dröge2018-08-311-20/+32
* typefindhelper: Mark gst_type_find_helper_get_range_full() as Since 1.14.3Sebastian Dröge2018-08-021-1/+1
* pad: Ensure that the pad is blocked for IDLE probes if they are called from t...Sebastian Dröge2018-08-021-0/+6
* typefind: Add new gst_type_find_helper_get_range_full() that returns flow returnSebastian Dröge2018-08-024-11/+91