summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Release 1.19.21.19.2masterTim-Philipp Müller5-13/+498
2021-09-22clocksync: Add some debug output to the clock waiting codeSebastian Dröge1-2/+22
2021-09-20gst: Initialize optional event/message fields when parsingSebastian Dröge2-1/+12
2021-09-19test: bitwriter: Add a test for reset_and_get_data when not byte unaligned.He Junyan1-0/+61
2021-09-19bitwriter: Fix a memory leak in reset_and_get_buffer.He Junyan1-1/+4
2021-09-19bitwriter: Fix the trailing bits lost when getting its data.He Junyan1-2/+2
2021-09-13multiqueue: fix obsolete comment re initial flow statusMathieu Duponchelle1-1/+1
2021-09-13multiqueue: never consider a queue that is not waitingMathieu Duponchelle1-7/+7
2021-09-09add missing spaceAndika Triwidada1-1/+1
2021-09-06multiqueue: Use running time of gap events for wakeups.Jan Schmidt1-0/+12
2021-08-27element: NULL the lists of contexts in dispose()Matthew Waters1-0/+1
2021-08-24pad: Keep IDLE probe hook alive during immediate callbackJan Alexander Steffens (heftig)1-1/+7
2021-08-20concat: Properly propagate seqnum of segment eventsEdward Hervey1-1/+2
2021-08-20tests: elementfactory: add element creation testsThéo MAILLART1-0/+30
2021-08-20elementfactory: enable construct only property passingThéo MAILLART2-30/+333
2021-08-18tracer: Add new tracer to list loaded elements and other featuresOlivier Crête6-0/+390
2021-08-18tracers: Add tracepoint when a plugin feature it loadedOlivier Crête3-1/+32
2021-08-18pad: Ensure last flow return is set on sink pads in push modeEdward Hervey2-2/+32
2021-08-13gstbuffer: Use g_memdup2 instead of g_memdupNirbheek Chauhan1-1/+4
2021-08-10plugin: load plugins with unknown license stringsTim-Philipp Müller1-19/+16
2021-08-03identity: provide a log to check the buffersStéphane Cerveau1-0/+1
2021-08-01examples: controller-graph: Fix build with MSVCSeungha Yang1-1/+1
2021-07-28gst-launch: Enable Windows high-resolution clockSeungha Yang2-2/+85
2021-07-28input-selector: Use proper segments when cleaning cached buffersJan Alexander Steffens (heftig)1-3/+1
2021-07-26gitlab: update bug templateStéphane Cerveau1-2/+2
2021-07-26gsturi: Set GError if uri is invalidZhao, Gang1-0/+4
2021-07-26gsturi: Don't treat invalid format of uri as critical errorZhao, Gang1-8/+17
2021-07-26systemclock: Restore default clock mode to monotonic for non-linux systemSeungha Yang1-1/+1
2021-07-20basesink: Don't swap rstart/rstop when steppingSeungha Yang1-1/+5
2021-07-19gstptpclock: Don't leak the GListNirbheek Chauhan1-0/+1
2021-07-19gstpad: Don't spam INFO when default-chaining a buffer listNirbheek Chauhan1-1/+1
2021-07-15gitlab: add bug templateStéphane Cerveau1-0/+32
2021-07-08Add meson description for tracer_hooksKasper Steensig Jensen1-1/+1
2021-07-05gstinfo: Improve usage of libdw for backtracesEdward Hervey1-13/+37
2021-07-02parse: Fix a critical when using the : operator.Jan Schmidt1-2/+3
2021-06-28basesink: Post a latency message whenever we're ready to answer the querySebastian Dröge4-25/+52
2021-06-24basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMATSebastian Dröge1-1/+1
2021-06-22Fix GI annotations.Víctor Manuel Jáquez Leal2-4/+4
2021-06-21Update COPYING to LGPL 2.1Corentin Damman1-94/+116
2021-06-21parse: Don't do delayed property setting for top-level properties.Jan Schmidt1-1/+1
2021-06-16Check mandatory ClockTime argumentsFrançois Laignel10-3/+27
2021-06-08Use g_memdup2() where available and add fallback for older GLib versionsDoug Nazar10-11/+27
2021-06-07introspection: annotate ownership in more vfuncsAlba Mendez1-0/+12
2021-06-04introspection: annotate handle_message ownershipAlba Mendez1-3/+2
2021-06-02tracers: leaks: log when tracer is exitingGuillaume Desmottes1-0/+2
2021-06-01Back to developmentTim-Philipp Müller1-1/+1
2021-06-01Release 1.19.11.19.1Tim-Philipp Müller6-1993/+2072
2021-05-27systemclock: fall back to g_get_monotonic_timetyler-aicradle1-13/+16
2021-05-27systemclock: reorg real and mono time functions for macOS and win32tyler-aicradle1-30/+47
2021-05-27systemclock: Use g_get_real_time on Windows and macOS for realtime clocktyler-aicradle1-26/+47