summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-02Back to development1.18Tim-Philipp Müller1-1/+1
2022-02-02Release 1.18.61.18.6Tim-Philipp Müller5-17/+341
2022-01-28gstplugin: Fix for UWP buildSeungha Yang1-3/+4
2022-01-28gstplugin: Better warnings on plugin load failure on WindowsNirbheek Chauhan1-4/+75
2022-01-20gst-ptp-helper: Do not disable multicast loopbackNirbheek Chauhan1-2/+0
2022-01-20concat: fix qos event handlingGuillaume Desmottes1-3/+0
2022-01-17pluginfeature: Fix object leakSeungha Yang1-0/+1
2021-10-31baseparse: fix invalid avg_bitrate after resetPascal Hache1-0/+1
2021-10-31multiqueue: Fix query unref race on flushJan Alexander Steffens (heftig)1-2/+4
2021-10-29gst: Initialize optional event/message fields when parsingSebastian Dröge2-1/+8
2021-10-29test: bitwriter: Add a test for reset_and_get_data when not byte unaligned.He Junyan1-0/+61
2021-10-29bitwriter: Fix a memory leak in reset_and_get_buffer.He Junyan1-1/+4
2021-10-29bitwriter: Fix the trailing bits lost when getting its data.He Junyan1-2/+2
2021-10-29multiqueue: fix obsolete comment re initial flow statusMathieu Duponchelle1-1/+1
2021-10-29multiqueue: never consider a queue that is not waitingMathieu Duponchelle1-7/+7
2021-10-29input-selector: Use proper segments when cleaning cached buffersJan Alexander Steffens (heftig)1-3/+1
2021-09-09Back to developmentTim-Philipp Müller1-1/+1
2021-09-08Release 1.18.51.18.5Tim-Philipp Müller5-9/+656
2021-09-08gst: Fix doc commentsDmitry Samoylov1-2/+2
2021-09-06gst_child_proxy_get_property: accept G_VALUE_INITChris White1-1/+5
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-23parse: Backport "Don't do delayed property setting..."Jan Schmidt1-1/+7
2021-08-20concat: Properly propagate seqnum of segment eventsEdward Hervey1-1/+2
2021-08-18pad: Ensure last flow return is set on sink pads in push modeEdward Hervey2-2/+32
2021-08-11plugin: load plugins with unknown license stringsTim-Philipp Müller1-2/+2
2021-07-22basesink: Don't swap rstart/rstop when steppingSeungha Yang1-1/+5
2021-07-22gstptpclock: Don't leak the GListNirbheek Chauhan1-0/+1
2021-07-22gstpad: Don't spam INFO when default-chaining a buffer listNirbheek Chauhan1-1/+1
2021-07-08parse: Fix a critical when using the : operator.Jan Schmidt1-2/+3
2021-06-24basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMATSebastian Dröge1-1/+1
2021-06-11aggregator: Release the SRC lock while querying latencyOlivier Crête1-2/+8
2021-05-14concat: adjust running time offsets on eventsMathieu Duponchelle1-51/+57
2021-05-14concat: fix locking in SEGMENT event handlerMathieu Duponchelle1-3/+7
2021-05-14sparsefile: Fix sparsefile on Win32Doug Nazar1-3/+11
2021-05-14downloadbuffer: close file before trying to removeDoug Nazar1-3/+5
2021-05-14downloadbuffer: return flow error on read errorDoug Nazar1-1/+1
2021-05-06multiqueue: Ensure peer pad exists when iterating internal linksJan Alexander Steffens (heftig)1-2/+2
2021-04-20pad: clear probes holding mutexMiguel Paris1-2/+1
2021-04-17queue2: Refuse all serialized queries when posting buffering messagesEdward Hervey1-4/+8
2021-04-13systemclock: Update monotonic reference time when re-schedulingEdward Hervey1-0/+1
2021-04-13clocksync: Fix providing system clock by defaultDoug Nazar1-0/+1
2021-04-13gst: don't use volatile to mean atomicMatthew Waters37-72/+71
2021-04-06aggregator: Release pads' peeked buffer when removing the pad or finalizing itSebastian Dröge2-0/+41
2021-03-15Back to developmentTim-Philipp Müller1-1/+1
2021-03-15Release 1.18.41.18.4Tim-Philipp Müller5-8/+242
2021-03-11clock: define AUTO_CLEANUP_FREE_FUNC for GstClockIDGuillaume Desmottes1-0/+1
2021-01-31info: Don't leak log function user_data if the debug system is compiled outSebastian Dröge1-0/+2
2021-01-30task: Use SetThreadDescription Win32 API for setting thread nameSeungha Yang1-2/+58