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