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
2021-08-27element: NULL the lists of contexts in dispose()1.16Matthew Waters
2021-01-13baseparse: Don't return more data than asked for in pull_range()Jan Schmidt
2020-10-21Release 1.16.31.16.3Tim-Philipp Müller
2020-10-21Update docsTim-Philipp Müller
2020-10-21Update translationsTim-Philipp Müller
2020-10-20Automatic update of common submoduleTim-Philipp Müller
2020-10-14gstvalue: don't write to const char *Mathieu Duponchelle
2020-10-12build: use cpu_family for arch checksMatthew Waters
2020-09-26gst-launch: go back down to GST_STATE_NULL in one step.Mathieu Duponchelle
2020-09-25systemclock: Fix clock time conversion on Windows/xboxRoman Shpuntov
2020-09-25identity: Use g_cond_signal() instead of g_cond_broadcast()Sebastian Dröge
2020-09-25identity: Unblock condition variable on FLUSH_STARTSebastian Dröge
2020-09-25check: Use g_thread_yield instead of g_usleep(1)Seungha Yang
2020-09-24gstmeta: intern registered impl stringMathieu Duponchelle
2020-09-24aggregator: fix iteration direction in skip_buffersMathieu Duponchelle
2020-09-24buffer: improve seqnum fallback warning messageTim-Philipp Müller
2020-09-24buffer: fix meta sequence number fallback on rpiTim-Philipp Müller
2020-09-24gstelementfactory: Fix missing features in case a feature moves to another fi...Christoph Reiter
2020-09-24element: When removing a ghost pad also unset its targetSebastian Dröge
2020-09-21gst: Delay creation of threadpoolsEdward Hervey
2020-09-21queue: protect against lost wakeups for iterm_del conditionCamilo Celis Guzman
2020-09-21registry: Print the pointer when printing featuresNirbheek Chauhan
2020-09-21registry: Use a toolchain-specific registry file on WindowsNirbheek Chauhan
2020-09-21gst-inspect: Use gst_info_strdup_vprintf to print stringSeungha Yang
2020-09-20queue2: Avoid races when posting buffering messagesEdward Hervey
2020-09-20queue2: don't post unnecessary buffering message, refine lockingMathieu Duponchelle
2020-09-20queue2: Fix missing/dropped buffering messages at startupCarlos Rafael Giani
2020-06-07sparsefile: fix possible crash when seekingdhilshad
2020-06-07value: Fix segfault comparing empty GValueArraysThibault Saunier
2020-06-07baseparse: Fix upstream read cachingJan Schmidt
2020-06-07baseparse: Fix typoJan Schmidt
2020-06-05gstdatetime: Add missing NULL check to gst_date_time_new_local_timeOndřej Hruška
2020-06-05bufferlist: foreach: always remove as parent if buffer is changedMiguel Paris
2020-03-14identity: Fix a minor leak using meta_strStéphane Cerveau
2020-03-13basetransform: allow not passthrough if generate_output is implementedMatthew Waters
2020-03-13gst-launch: Follow up to missing s/g_print/gst_print/gSeungha Yang
2020-02-26gst-inspect: Add define guard for g_log_writer_supports_color()Seungha Yang
2020-02-15baseparse: fix memory leakMatus Gajdos
2020-02-15baseparse: Set the private duration before posting a duration-changed messageZebediah Figura
2020-02-14bus: Make setting/replacing/clearing the sync handler thread-safeSebastian Dröge
2020-02-05device-monitor: list hidden providers before listing devicesThibault Saunier
2020-01-09bin: Fix deep-element-removed log messageJan Alexander Steffens (heftig)
2019-12-05Revert "element: Enforce that elements created by gst_element_factory_create/...Mathieu Duponchelle
2019-12-05Revert "device: Enforce that elements created by gst_device_create_element() ...Mathieu Duponchelle
2019-12-03Release 1.16.21.16.2Tim-Philipp Müller
2019-12-03Update docsTim-Philipp Müller
2019-12-03Update translationsTim-Philipp Müller
2019-12-03Revert "gst/parse: define pure-parser depending on bison version"Tim-Philipp Müller
2019-11-28tracers: Don't leak temporary GstStructureEdward Hervey
2019-11-05gst/parse: define pure-parser depending on bison versionVíctor Manuel Jáquez Leal