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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-18Update Cargo.lockgstreamer-1.22.80.9Sebastian Dröge
2023-12-18threadshare: Fix a deadlock in used-socket notificationArun Raghavan
2023-12-18threadshare: Fix a typo while loggingArun Raghavan
2023-12-18webrtcsink: don't panic on failure to request pad from webrtcbinMathieu Duponchelle
2023-12-18fallbacksrc: Fix timeout schedulingSeungha Yang
2023-12-18ndi: Don't mark private type as publicSebastian Dröge
2023-12-18ndi: Remove wrong `Clone` impl on `RecvInstance`Sebastian Dröge
2023-11-13net: aws: tests: use unicode escapes for unicode charactersgstreamer-1.22.7Tim-Philipp Müller
2023-11-10Update Cargo.lockSebastian Dröge
2023-11-10Update versions to 0.9.12Sebastian Dröge
2023-11-10sccparse: Fix leading spaces between the tab and caption dataSebastian Dröge
2023-11-10Set sync=false in rsfilesink / s3sinkSebastian Dröge
2023-11-10livesync: Remove the stop from outgoing segmentsJan Alexander Steffens (heftig)
2023-11-10livesync: Keep existing buffer duration in some casesJan Alexander Steffens (heftig)
2023-11-10livesync: Split fallback_duration into in_ and out_durationJan Alexander Steffens (heftig)
2023-11-10livesync: display jitter when waiting on clockGuillaume Desmottes
2023-11-10livesync: log new pending segmentsGuillaume Desmottes
2023-11-10livesync: example: Add identities single-segment=1Jan Alexander Steffens (heftig)
2023-11-10livesync: Use fallback_duration for audio repeat buffers as wellJan Alexander Steffens (heftig)
2023-11-10livesync: Separate out_buffer duplicate status from GAP flagJan Alexander Steffens (heftig)
2023-11-10livesync: Handle flags and late buffer patching after queueingJan Alexander Steffens (heftig)
2023-11-10livesync: Simplify num_duplicate countingJan Alexander Steffens (heftig)
2023-11-10livesync: Move num_in counting to the src taskJan Alexander Steffens (heftig)
2023-11-10livesync: Move a notify closer to the interesting state changeJan Alexander Steffens (heftig)
2023-11-10livesync: Replace an if-let with matchJan Alexander Steffens (heftig)
2023-11-10livesync: Clean up state handlingJan Alexander Steffens (heftig)
2023-11-10livesync: Log a category error when we are missing the segmentJan Alexander Steffens (heftig)
2023-11-10livesync: Improve audio duration fixupsJan Alexander Steffens (heftig)
2023-11-10livesync: Simplify start_src_task and src_loopJan Alexander Steffens (heftig)
2023-11-10livesync: Rename activatemode methods to *_activatemodeJan Alexander Steffens (heftig)
2023-11-10aws: s3: Properly percent-decode GstS3UrlArun Raghavan
2023-11-10aws: s3sink: Fix handling of special characters in keyArun Raghavan
2023-11-10rtpav1depay: Don't push stale temporal delimiters downstreamSebastian Dröge
2023-11-10rtpav1depay: Skip unexpected leading fragmentsSebastian Dröge
2023-11-10ndisrc: Assume input with more than 8 raw audio channels is unpositionedLieven Paulissen
2023-11-10fmp4mux: specify the fragment duration unitStéphane Cerveau
2023-11-10net/webrtcsink: don't miss ice candidatesFrançois Laignel
2023-11-10webrtcsrc: add turn-servers propertyMaksym Khomenko
2023-11-10webrtcsrc: use @watch instead of @to-ownedMaksym Khomenko
2023-11-10webrtc: Fix paths in READMEPiotr Brzeziński
2023-11-10net: webrtc/webrtchttp: Respect HTTP redirectsSean DuBois
2023-11-10hlssink3: Various cleanupSeungha Yang
2023-11-10hlssink3: Don't remove uri from playlist if playlist-length is zeroSeungha Yang
2023-11-10hlssink3: Don't remove old files if max-files is zeroSeungha Yang
2023-11-10hlssink3: Remove unused depsSeungha Yang
2023-11-10hlssink3: Use sprintf for segment name formattingSeungha Yang
2023-11-10hlssink3: Use Path API for getting file nameSeungha Yang
2023-09-27fmp4mux: Don't overflow negative composition offset calculationSebastian Dröge
2023-09-20fallbackswitch: protect src pad stream lock using Condgstreamer-1.22.6Guillaume Desmottes
2023-09-20fallbackswitch: prevent deadlocks in chain functionGuillaume Desmottes