Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-02Back to development1.18Tim-Philipp Müller
2022-02-02Release 1.18.61.18.6Tim-Philipp Müller
2022-01-28gstplugin: Fix for UWP buildSeungha Yang
2022-01-28gstplugin: Better warnings on plugin load failure on WindowsNirbheek Chauhan
2022-01-20gst-ptp-helper: Do not disable multicast loopbackNirbheek Chauhan
2022-01-20concat: fix qos event handlingGuillaume Desmottes
2022-01-18pluginfeature: Fix object leakSeungha Yang
2021-10-31baseparse: fix invalid avg_bitrate after resetPascal Hache
2021-10-31multiqueue: Fix query unref race on flushJan Alexander Steffens (heftig)
2021-10-29gst: Initialize optional event/message fields when parsingSebastian Dröge
2021-10-29test: bitwriter: Add a test for reset_and_get_data when not byte unaligned.He Junyan
2021-10-29bitwriter: Fix a memory leak in reset_and_get_buffer.He Junyan
2021-10-29bitwriter: Fix the trailing bits lost when getting its data.He Junyan
2021-10-29multiqueue: fix obsolete comment re initial flow statusMathieu Duponchelle
2021-10-29multiqueue: never consider a queue that is not waitingMathieu Duponchelle
2021-10-29input-selector: Use proper segments when cleaning cached buffersJan Alexander Steffens (heftig)
2021-09-09Back to developmentTim-Philipp Müller
2021-09-08Release 1.18.51.18.5Tim-Philipp Müller
2021-09-08gst: Fix doc commentsDmitry Samoylov
2021-09-06gst_child_proxy_get_property: accept G_VALUE_INITChris White
2021-09-06multiqueue: Use running time of gap events for wakeups.Jan Schmidt
2021-08-27element: NULL the lists of contexts in dispose()Matthew Waters
2021-08-24pad: Keep IDLE probe hook alive during immediate callbackJan Alexander Steffens (heftig)
2021-08-23parse: Backport "Don't do delayed property setting..."Jan Schmidt
2021-08-20concat: Properly propagate seqnum of segment eventsEdward Hervey
2021-08-18pad: Ensure last flow return is set on sink pads in push modeEdward Hervey
2021-08-11plugin: load plugins with unknown license stringsTim-Philipp Müller
2021-07-22basesink: Don't swap rstart/rstop when steppingSeungha Yang
2021-07-22gstptpclock: Don't leak the GListNirbheek Chauhan
2021-07-22gstpad: Don't spam INFO when default-chaining a buffer listNirbheek Chauhan
2021-07-08parse: Fix a critical when using the : operator.Jan Schmidt
2021-06-24basesrc: Print segments with GST_SEGMENT_FORMAT and not GST_PTR_FORMATSebastian Dröge
2021-06-11aggregator: Release the SRC lock while querying latencyOlivier Crête
2021-05-14concat: adjust running time offsets on eventsMathieu Duponchelle
2021-05-14concat: fix locking in SEGMENT event handlerMathieu Duponchelle
2021-05-14sparsefile: Fix sparsefile on Win32Doug Nazar
2021-05-14downloadbuffer: close file before trying to removeDoug Nazar
2021-05-14downloadbuffer: return flow error on read errorDoug Nazar
2021-05-06multiqueue: Ensure peer pad exists when iterating internal linksJan Alexander Steffens (heftig)
2021-04-20pad: clear probes holding mutexMiguel Paris
2021-04-17queue2: Refuse all serialized queries when posting buffering messagesEdward Hervey
2021-04-13systemclock: Update monotonic reference time when re-schedulingEdward Hervey
2021-04-13clocksync: Fix providing system clock by defaultDoug Nazar
2021-04-13gst: don't use volatile to mean atomicMatthew Waters
2021-04-06aggregator: Release pads' peeked buffer when removing the pad or finalizing itSebastian Dröge
2021-03-15Back to developmentTim-Philipp Müller
2021-03-15Release 1.18.41.18.4Tim-Philipp Müller
2021-03-11clock: define AUTO_CLEANUP_FREE_FUNC for GstClockIDGuillaume Desmottes
2021-01-31info: Don't leak log function user_data if the debug system is compiled outSebastian Dröge
2021-01-30task: Use SetThreadDescription Win32 API for setting thread nameSeungha Yang