summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer
Commit message (Expand)AuthorAgeFilesLines
* parse/grammar: fix missing unref of looked up childMathieu Duponchelle2023-05-121-0/+2
* ptp-helper: Add some tests for functionality and memory safety of unsafe codeSebastian Dröge2023-05-126-208/+723
* macos: Set activation policy in `gst_macos_main`Lukas Geiger2023-05-121-0/+3
* plugin ext dep INFO: Adding var name and value part numberMaxim P. DEMENTYEV2023-05-081-2/+3
* pluginloader-win32: Use UWP compatible Windows APISeungha Yang2023-05-062-10/+31
* gstreamer: pluginloader: Remove unnecessary Windows special casesSebastian Dröge2023-05-041-54/+22
* gstreamer: #undef a few local #defines after usageSebastian Dröge2023-05-043-0/+6
* gstreamer: ptpclock: Remove unnecessary empty lineSebastian Dröge2023-05-041-1/+0
* gstreamer: Fix minor memory leak in error path for internal path depth helper...Sebastian Dröge2023-05-042-0/+2
* ptp: Allow relocation of GStreamer installation for finding PTP helper processSebastian Dröge2023-05-033-4/+208
* gst: pluginloader: De-duplicate count_directories() private functionSebastian Dröge2023-05-034-147/+71
* pluginfeature: fix unexpected version check behaviour for git versionsTim-Philipp Müller2023-05-022-17/+10
* sample: Add gst_clear_sample() methodSeungha Yang2023-04-282-0/+28
* sample: Fix typo around gst_sample_copy() methodSeungha Yang2023-04-272-7/+8
* core: pad: fully log event being pushedGuillaume Desmottes2023-04-261-2/+3
* doc: Avoid shelling out to hotdoc to generate plugins config filesThibault Saunier2023-04-252-26/+75
* build: appease clang warningJordan Petridis2023-04-241-2/+2
* gir: Checkout all .gir files and check that they are updated on the CIThibault Saunier2023-04-225-0/+5
* gst: Delete inoperative ARG_PLUGIN_SPEWRuben Gonzalez2023-04-215-24/+0
* base: adapter: Explicitly mark size parameter as inputbadcel2023-04-181-1/+1
* ptp-helper: Add a feature option for the PTP supportSebastian Dröge2023-04-132-91/+96
* ptp-helper: Convert various meson message() to warning()Sebastian Dröge2023-04-131-3/+3
* ptp-helper: Don't check for a Rust compiler on unsupported platformsSebastian Dröge2023-04-131-6/+9
* ptp-helper: Check for the required Rust toolchain version via mesonSebastian Dröge2023-04-131-0/+20
* pluginloader-win32: Fix for pipe connection errorSeungha Yang2023-04-131-16/+68
* gst: tracer: Initialize tracing infrastructure even if the debug system is no...Sebastian Dröge2023-04-131-1/+1
* gstreamer: update translationsTim-Philipp Müller2023-04-111-7/+9
* typefindhelper: Avoid dead assignmentEdward Hervey2023-04-111-4/+3
* ptp-helper: Set a process priority / nice value of -5 on UNIX platformsSebastian Dröge2023-04-073-2/+25
* ptp-helper: Set thread priority to time-critical on WindowsSebastian Dröge2023-04-073-0/+43
* ptp-helper: Rewrite in Rust for portability and securitySebastian Dröge2023-04-0713-788/+3153
* basesrc: add gst_base_src_push_segment()Guillaume Desmottes2023-04-052-0/+67
* multiqueue: Simplify gst_multi_queue_iterate_internal_linksJan Alexander Steffens (heftig)2023-04-041-29/+18
* gstelement: protect async state changes against spurious wake upsMichael Gruner2023-04-041-50/+58
* tools: gst-inspect: print action signals as emit_by_name() invocationsTim-Philipp Müller2023-04-021-16/+33
* tools: gst-inspect: prettify type names for stringsTim-Philipp Müller2023-04-021-16/+33
* tools: gst-inspect: add vertical spacing between properties and signalsTim-Philipp Müller2023-04-021-0/+5
* tools: Count argc after parsing GOption on WindowsSeungha Yang2023-03-314-0/+16
* gstutils: Add category and object to most logging messagesJuan Navarro2023-03-281-28/+35
* datetime: Return G_MAXFLOAT instead of G_MAXDOUBLE for no timezone offsetSebastian Dröge2023-03-271-2/+2
* taglist, plugins: fix compiler warnings with GLib >= 2.76Tim-Philipp Müller2023-03-271-2/+1
* bin: fix documentation about event forwardingAleksandr Slobodeniuk2023-03-231-1/+1
* gstreamer: re-indent with GNU indent 2.2.12Tim-Philipp Müller2023-03-1722-93/+99
* inputselector: Wake up streaming thread before PLAYING_TO_PAUSED transitionVivia Nikolaidou2023-03-161-4/+6
* parse: Add unit test for array parsing in capsfiltersSebastian Dröge2023-03-161-0/+4
* parse: fix parsing arrays in caps for "implicit" capsfiltersMathieu Duponchelle2023-03-161-2/+66
* gstbuffer: Add parent meta when a copy shares memory with parentXavier Claessens2023-03-162-0/+73
* gstbuffer: Unref memories before metasXavier Claessens2023-03-162-9/+62
* basesink: Add GST_BASE_SINK_FLOW_DROPPED return valueNicolas Dufresne2023-03-142-0/+22
* tracers: Document the 'log' tracerAlicia Boya García2023-03-141-1/+82