summaryrefslogtreecommitdiff
path: root/subprojects/gstreamer
AgeCommit message (Expand)AuthorFilesLines
3 daystypefindhelper: implement get_length on GstTypeFindBufHelperGuillaume Desmottes1-1/+9
4 daysgstpromise: Don't use g_return_* for internal checksEdward Hervey2-12/+10
9 daysgst_debug: Add missing gst_debug_log_id_literal() dummy with gst_debug=falseMartin Nordholts1-0/+7
10 daysptp-helper: Add GNU/Hurd supportSamuel Thibault4-10/+45
11 daysgstmessage: Allow retrieving and setting details on messagesEdward Hervey3-39/+278
12 daysgstreamer: parse: Don't assume that child proxy child objects are GstObjectsSebastian Dröge1-3/+2
13 daysgstreamer: ptp-helper: Use u64 instead of c_ulong for ifa_flags on Solaris/Il...Sebastian Dröge1-1/+1
13 daysinfo: Make gst_debug_print_object() and gst_debug_print_segment() publicSebastian Dröge2-6/+44
2024-05-26gstreamer: ptp-helper: Use `if_nametoindex` and `setsockopt` on Solaris / Ill...Sebastian Dröge1-2/+0
2024-05-26gstreamer: ptp-helper: Don't import `Context` trait multiple times unnecessarilySebastian Dröge1-2/+0
2024-05-26gstreamer: ptp-helper: Use `c_ulong` for `ifa_flags` on Solaris/IllumosSebastian Dröge2-11/+23
2024-05-26gstreamer: Solaris/Illumos require linking to libnsl / libsocket for various ...Sebastian Dröge5-4/+19
2024-05-24clock: Fix 32 bit assertions in GST_TIME_TO_TIMEVAL and GST_TIME_TO_TIMESPECSebastian Dröge1-18/+25
2024-05-23bufferlist: get() is not actually nullable in its return valueSebastian Dröge1-5/+5
2024-05-21tests/check: Avoid using "bool" for the variable nameJordan Petridis1-3/+3
2024-05-20filesrc: Don't abort on _get_osfhandle()Seungha Yang2-2/+40
2024-05-16buffer: Use C11 atomics if available for 64 bit atomic operationsSebastian Dröge1-1/+8
2024-05-14systemclock: fix usage of __STDC_NO_ATOMICS__Alexander Slobodeniuk1-3/+3
2024-05-06info: Use GstVecDeque for the ringbuffer logger instead of GQueueSebastian Dröge1-21/+16
2024-05-06gst: Move GstQueueArray as GstVecDeque to coreSebastian Dröge17-633/+1935
2024-04-29gstvalue: Add a GstAllocationParams to String conversionEdward Hervey3-2/+24
2024-04-29structure: Add a serialization for GArray in GstStructureEdward Hervey1-0/+4
2024-04-25pad: gst_pad_set_offset is only reliable on source padsXavier Claessens1-1/+12
2024-04-22basesrc: protect segment_seqnum/pending with object lockJohan Sternerup1-1/+5
2024-04-22gstbasesrc: Do not hold LIVE_LOCK while sending eventsJohan Sternerup1-4/+10
2024-04-10ptp: Silence warning about some unused trait methodsSebastian Dröge1-0/+2
2024-04-04adapter: align documentation to actual behaviorMark Nauwelaerts1-5/+5
2024-04-03clocksync: Proxy allocation queriesXavier Claessens1-0/+2
2024-04-02gst: clock: Block futex_time64 usage on Android API level < 30L. E. Segovia2-7/+15
2024-03-27basesrc: Clear submitted buffer lists consistently with buffersSebastian Dröge1-2/+4
2024-03-27net/gstptpclock: fix double free of domain data during deinitTaruntej Kanakamalla1-1/+7
2024-03-27inputselector: fix possible clock leak on shutdownArnaud Vrac1-7/+7
2024-03-20gst-inspect: fix --atleast-version to be implicitly applied to --existsThomas Goodwin2-7/+53
2024-03-13ptp: Initialize expected DELAY_REQ seqnum to an invalid valueSebastian Dröge1-2/+3
2024-03-12registry, ptp: Canonicalize the library path returned by dladdrAntonio Larrosa2-2/+40
2024-03-12gsturi: Sort by feature name to break a feature rank tieNirbheek Chauhan1-1/+5
2024-03-08identity: Don't refuse seeks unless single-segment=trueJan Schmidt1-8/+10
2024-03-06gstsegment: Don't use g_return_val_if_fail()Jan Schmidt1-2/+2
2024-03-06ptp clock: fix annotations for gst_ptp_clock_newFrançois Laignel1-2/+2
2024-03-06ptp-helper: Fix clippy warning and simplify code a bitSebastian Dröge1-7/+4
2024-03-05ptp: Don't install test executableSebastian Dröge1-3/+1
2024-03-05Back to developmentTim-Philipp Müller3-12/+10
2024-03-04Release 1.24.01.24.0Tim-Philipp Müller5-76/+1218
2024-02-27docs: Use Discourse and Matrix as prefered communication channelsEdward Hervey2-6/+6
2024-02-27gitlab_template: Remove duplicate entry and remove mention of IRCEdward Hervey1-32/+0
2024-02-26queue2: post 100% buffering message even when waiting for space to be freedArnaud Vrac1-1/+1
2024-02-26queue2: move gst_queue2_get_buffering_message code to the only call siteArnaud Vrac1-21/+9
2024-02-26queue2: remove redundant check to avoid posting the same buffering value twiceArnaud Vrac2-32/+21
2024-02-26queue2: consolidate buffering message posting codeArnaud Vrac1-29/+4
2024-02-26queue2: make sure update_buffering is called with the lock takenArnaud Vrac1-7/+8