summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.19.21.19.2masterTim-Philipp Müller2021-09-235-13/+498
* clocksync: Add some debug output to the clock waiting codeSebastian Dröge2021-09-221-2/+22
* gst: Initialize optional event/message fields when parsingSebastian Dröge2021-09-202-1/+12
* test: bitwriter: Add a test for reset_and_get_data when not byte unaligned.He Junyan2021-09-191-0/+61
* 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
* multiqueue: fix obsolete comment re initial flow statusMathieu Duponchelle2021-09-131-1/+1
* multiqueue: never consider a queue that is not waitingMathieu Duponchelle2021-09-131-7/+7
* add missing spaceAndika Triwidada2021-09-091-1/+1
* multiqueue: Use running time of gap events for wakeups.Jan Schmidt2021-09-061-0/+12
* element: NULL the lists of contexts in dispose()Matthew Waters2021-08-271-0/+1
* pad: Keep IDLE probe hook alive during immediate callbackJan Alexander Steffens (heftig)2021-08-241-1/+7
* concat: Properly propagate seqnum of segment eventsEdward Hervey2021-08-201-1/+2
* tests: elementfactory: add element creation testsThéo MAILLART2021-08-201-0/+30
* elementfactory: enable construct only property passingThéo MAILLART2021-08-202-30/+333
* tracer: Add new tracer to list loaded elements and other featuresOlivier Crête2021-08-186-0/+390
* tracers: Add tracepoint when a plugin feature it loadedOlivier Crête2021-08-183-1/+32
* pad: Ensure last flow return is set on sink pads in push modeEdward Hervey2021-08-182-2/+32
* gstbuffer: Use g_memdup2 instead of g_memdupNirbheek Chauhan2021-08-131-1/+4
* plugin: load plugins with unknown license stringsTim-Philipp Müller2021-08-101-19/+16
* identity: provide a log to check the buffersStéphane Cerveau2021-08-031-0/+1
* examples: controller-graph: Fix build with MSVCSeungha Yang2021-08-011-1/+1
* gst-launch: Enable Windows high-resolution clockSeungha Yang2021-07-282-2/+85
* input-selector: Use proper segments when cleaning cached buffersJan Alexander Steffens (heftig)2021-07-281-3/+1
* gitlab: update bug templateStéphane Cerveau2021-07-261-2/+2
* gsturi: Set GError if uri is invalidZhao, Gang2021-07-261-0/+4
* gsturi: Don't treat invalid format of uri as critical errorZhao, Gang2021-07-261-8/+17
* systemclock: Restore default clock mode to monotonic for non-linux systemSeungha Yang2021-07-261-1/+1
* basesink: Don't swap rstart/rstop when steppingSeungha Yang2021-07-201-1/+5
* gstptpclock: Don't leak the GListNirbheek Chauhan2021-07-191-0/+1
* gstpad: Don't spam INFO when default-chaining a buffer listNirbheek Chauhan2021-07-191-1/+1
* gitlab: add bug templateStéphane Cerveau2021-07-151-0/+32
* Add meson description for tracer_hooksKasper Steensig Jensen2021-07-081-1/+1
* gstinfo: Improve usage of libdw for backtracesEdward Hervey2021-07-051-13/+37
* parse: Fix a critical when using the : operator.Jan Schmidt2021-07-021-2/+3
* basesink: Post a latency message whenever we're ready to answer the querySebastian Dröge2021-06-284-25/+52
* basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMATSebastian Dröge2021-06-241-1/+1
* Fix GI annotations.Víctor Manuel Jáquez Leal2021-06-222-4/+4
* Update COPYING to LGPL 2.1Corentin Damman2021-06-211-94/+116
* parse: Don't do delayed property setting for top-level properties.Jan Schmidt2021-06-211-1/+1
* Check mandatory ClockTime argumentsFrançois Laignel2021-06-1610-3/+27
* Use g_memdup2() where available and add fallback for older GLib versionsDoug Nazar2021-06-0810-11/+27
* introspection: annotate ownership in more vfuncsAlba Mendez2021-06-071-0/+12
* introspection: annotate handle_message ownershipAlba Mendez2021-06-041-3/+2
* tracers: leaks: log when tracer is exitingGuillaume Desmottes2021-06-021-0/+2
* Back to developmentTim-Philipp Müller2021-06-011-1/+1
* Release 1.19.11.19.1Tim-Philipp Müller2021-06-016-1993/+2072
* systemclock: fall back to g_get_monotonic_timetyler-aicradle2021-05-271-13/+16
* systemclock: reorg real and mono time functions for macOS and win32tyler-aicradle2021-05-271-30/+47
* systemclock: Use g_get_real_time on Windows and macOS for realtime clocktyler-aicradle2021-05-271-26/+47