summaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-24136-67235/+0
* bitwriter: Fix a memory leak in reset_and_get_buffer.He Junyan2021-09-191-1/+4
* bitwriter: Fix the trailing bits lost when getting its data.He Junyan2021-09-191-2/+2
* basesink: Don't swap rstart/rstop when steppingSeungha Yang2021-07-201-1/+5
* gstptpclock: Don't leak the GListNirbheek Chauhan2021-07-191-0/+1
* basesink: Post a latency message whenever we're ready to answer the querySebastian Dröge2021-06-281-0/+8
* basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMATSebastian Dröge2021-06-241-1/+1
* Check mandatory ClockTime argumentsFrançois Laignel2021-06-164-3/+8
* Use g_memdup2() where available and add fallback for older GLib versionsDoug Nazar2021-06-085-6/+15
* introspection: annotate ownership in more vfuncsAlba Mendez2021-06-071-0/+12
* doc: base: Fix reference to virtual functionNicolas Dufresne2021-05-128-73/+73
* gstcheck: Ensure unused threadpool threads are stoppedDoug Nazar2021-05-124-1/+10
* Introduce gst_element_request_pad_simpleFrançois Laignel2021-05-042-4/+4
* harness: Fix object used to log caps warning.Doug Nazar2021-04-201-1/+2
* aggregator: Release pads' peeked buffer when removing the pad or finalizing itSebastian Dröge2021-04-061-0/+2
* gst: Add missing G_GNUC_NULL_TERMINATED markersChris White2021-04-011-2/+2
* gst: don't use volatile to mean atomicMatthew Waters2021-03-1911-23/+23
* aggregator: Release the SRC lock while querying latencyOlivier Crête2021-03-171-2/+8
* Revert "baseparse: always use incoming DTS"Mathieu Duponchelle2021-02-161-7/+11
* gst,base: Take GstAllocationParams parameter by const ptrMarijn Suijten2021-01-143-3/+3
* harness: don't use GST_DEBUG_OBJECT with GstHarnessJakub Adam2020-12-111-4/+3
* check: gst_test_clock_process_next_clock_id returns nullableMarijn Suijten2020-12-031-1/+1
* Add some missing nullable annotationsSebastian Dröge2020-11-053-14/+12
* harness: Handle element not being set cleanly.Jan Schmidt2020-10-301-3/+5
* baseparse: always use incoming DTSMathieu Duponchelle2020-10-271-11/+7
* pkgconfig: Fix missing libcheck dependencies in gstreamer-check-1.0Xavier Claessens2020-10-161-0/+4
* aggregator: Include min-upstream-latency in buffering timeNicolas Dufresne2020-10-161-1/+8
* Meson: Use pkg-config generatorXavier Claessens2020-10-124-0/+40
* basetransform: Fix in/outbuf confusion of _default_transform_metaJan Alexander Steffens (heftig)2020-10-081-2/+2
* aggregator: don't fail all sink pads when a caps event fails negotiationMatthew Waters2020-09-181-2/+0
* baseparse: prefer upstream caps rather than overridingMatthew Waters2020-09-181-1/+4
* aggregator: Hold SRC_LOCK while unblocking via SRC_BROADCAST()Sebastian Dröge2020-09-181-0/+4
* harness: Add gst_harness_set_live()Sebastian Dröge2020-09-102-2/+27
* aggregator: Reset latency values in start()Sebastian Dröge2020-09-101-0/+4
* ptp_helper_post_install.sh: deal with noneTom Schoonjans2020-09-091-0/+3
* aggregator: Wake up source pad in PAUSED<->PLAYING transitionsSebastian Dröge2020-09-091-0/+10
* aggregator: make peek() has() pop() drop() buffer API threadsafeMathieu Duponchelle2020-09-091-20/+99
* ptp: Also handle gnu/kfreebsdSebastian Dröge2020-09-081-1/+1
* aggregator: Document that samples_selected() must only be called from the agg...Sebastian Dröge2020-08-251-0/+3
* aggregator: Don't automatically adjust segment if subclass provided oneSebastian Dröge2020-08-241-0/+3
* aggregator: fix documentation for samples-selected and buffer-consumedMathieu Duponchelle2020-08-101-0/+2
* aggregator: Add optional GstStructure info parameter to "samples-selected" si...Sebastian Dröge2020-08-072-5/+10
* aggregator: add segment, pts, dts and duration to samples-selectedMathieu Duponchelle2020-08-052-4/+24
* aggregator: fix iteration direction in skip_buffersMathieu Duponchelle2020-08-041-3/+3
* aggregator: expose sample selection APIMathieu Duponchelle2020-07-312-2/+115
* basetransform: handle invalid subclass implementation for fixate_capsCamilo Celis Guzman2020-07-281-1/+6
* baseparse: Don't push pointless new segment eventsOlivier Crête2020-07-281-37/+0
* baseparse: Fix seqnum handling in pull modeThibault Saunier2020-07-281-1/+7
* check: suppress g-ir-scanner warningsTim-Philipp Müller2020-07-261-0/+4
* harness: unref sink/src caps after deactivating padsMatthew Waters2020-07-231-10/+21