summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Back to development1.18Tim-Philipp Müller2022-02-021-1/+1
* Release 1.18.61.18.6Tim-Philipp Müller2022-02-025-17/+341
* gstplugin: Fix for UWP buildSeungha Yang2022-01-281-3/+4
* gstplugin: Better warnings on plugin load failure on WindowsNirbheek Chauhan2022-01-281-4/+75
* gst-ptp-helper: Do not disable multicast loopbackNirbheek Chauhan2022-01-201-2/+0
* concat: fix qos event handlingGuillaume Desmottes2022-01-201-3/+0
* pluginfeature: Fix object leakSeungha Yang2022-01-171-0/+1
* baseparse: fix invalid avg_bitrate after resetPascal Hache2021-10-311-0/+1
* multiqueue: Fix query unref race on flushJan Alexander Steffens (heftig)2021-10-311-2/+4
* gst: Initialize optional event/message fields when parsingSebastian Dröge2021-10-292-1/+8
* test: bitwriter: Add a test for reset_and_get_data when not byte unaligned.He Junyan2021-10-291-0/+61
* bitwriter: Fix a memory leak in reset_and_get_buffer.He Junyan2021-10-291-1/+4
* bitwriter: Fix the trailing bits lost when getting its data.He Junyan2021-10-291-2/+2
* multiqueue: fix obsolete comment re initial flow statusMathieu Duponchelle2021-10-291-1/+1
* multiqueue: never consider a queue that is not waitingMathieu Duponchelle2021-10-291-7/+7
* input-selector: Use proper segments when cleaning cached buffersJan Alexander Steffens (heftig)2021-10-291-3/+1
* Back to developmentTim-Philipp Müller2021-09-091-1/+1
* Release 1.18.51.18.5Tim-Philipp Müller2021-09-085-9/+656
* gst: Fix doc commentsDmitry Samoylov2021-09-081-2/+2
* gst_child_proxy_get_property: accept G_VALUE_INITChris White2021-09-061-1/+5
* 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
* parse: Backport "Don't do delayed property setting..."Jan Schmidt2021-08-231-1/+7
* concat: Properly propagate seqnum of segment eventsEdward Hervey2021-08-201-1/+2
* pad: Ensure last flow return is set on sink pads in push modeEdward Hervey2021-08-182-2/+32
* plugin: load plugins with unknown license stringsTim-Philipp Müller2021-08-111-2/+2
* basesink: Don't swap rstart/rstop when steppingSeungha Yang2021-07-221-1/+5
* gstptpclock: Don't leak the GListNirbheek Chauhan2021-07-221-0/+1
* gstpad: Don't spam INFO when default-chaining a buffer listNirbheek Chauhan2021-07-221-1/+1
* parse: Fix a critical when using the : operator.Jan Schmidt2021-07-081-2/+3
* basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMATSebastian Dröge2021-06-241-1/+1
* aggregator: Release the SRC lock while querying latencyOlivier Crête2021-06-111-2/+8
* concat: adjust running time offsets on eventsMathieu Duponchelle2021-05-141-51/+57
* concat: fix locking in SEGMENT event handlerMathieu Duponchelle2021-05-141-3/+7
* sparsefile: Fix sparsefile on Win32Doug Nazar2021-05-141-3/+11
* downloadbuffer: close file before trying to removeDoug Nazar2021-05-141-3/+5
* downloadbuffer: return flow error on read errorDoug Nazar2021-05-141-1/+1
* multiqueue: Ensure peer pad exists when iterating internal linksJan Alexander Steffens (heftig)2021-05-061-2/+2
* pad: clear probes holding mutexMiguel Paris2021-04-201-2/+1
* queue2: Refuse all serialized queries when posting buffering messagesEdward Hervey2021-04-171-4/+8
* systemclock: Update monotonic reference time when re-schedulingEdward Hervey2021-04-131-0/+1
* clocksync: Fix providing system clock by defaultDoug Nazar2021-04-131-0/+1
* gst: don't use volatile to mean atomicMatthew Waters2021-04-1337-72/+71
* aggregator: Release pads' peeked buffer when removing the pad or finalizing itSebastian Dröge2021-04-062-0/+41
* Back to developmentTim-Philipp Müller2021-03-151-1/+1
* Release 1.18.41.18.4Tim-Philipp Müller2021-03-155-8/+242
* clock: define AUTO_CLEANUP_FREE_FUNC for GstClockIDGuillaume Desmottes2021-03-111-0/+1
* info: Don't leak log function user_data if the debug system is compiled outSebastian Dröge2021-01-311-0/+2
* task: Use SetThreadDescription Win32 API for setting thread nameSeungha Yang2021-01-301-2/+58