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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2022-04-22uriplaylistbin: fix number of streaming itemsGuillaume Desmottes
2022-04-22uriplaylistbin: implement Debug on StateGuillaume Desmottes
2022-04-18fallbackswitch: Fix racy manual switching testVivia Nikolaidou
2022-04-14fallbackswitch: Remove a redundant pad state unlock/lockSebastian Dröge
2022-04-14fallbackswitch: Set end running time as current running time once a buffer ha...Sebastian Dröge
2022-04-14fallbackswitch: Don't configure a framerate in the testSebastian Dröge
2022-04-14fallbackswitch: Explictly set priority of pads in the testSebastian Dröge
2022-04-14fallbackswitch: Log affected pad when scheduling buffer waiting for itSebastian Dröge
2022-04-14fallbackswitch: Only update the output running time if it's increasingSebastian Dröge
2022-04-14fallbackswitch: Only drop raw audio/video buffers if they're trailingSebastian Dröge
2022-04-14fallbackswitch: Improve some debug outputsSebastian Dröge
2022-04-14fallbackswitch: Fix clipping of buffers against the output running timeSebastian Dröge
2022-04-14fallbackswitch: Clip buffers against the segmentSebastian Dröge
2022-04-14fallbackswitch: Improve debug output of clock times and simplify some codeSebastian Dröge
2022-04-13uriplaylistbin: disable more testsGuillaume Desmottes
2022-04-12fallbacksrc: Don't forward manual flush events to downstreamSeungha Yang
2022-04-12fallbacksrc: Unflush downstream pads of the source after shutting down everyt...Sebastian Dröge
2022-04-12fallbacksrc: Remove imagefreeze if it becomes unneededSebastian Dröge
2022-04-11fallbackswitch: Minor cleanup in get_sync_timeVivia Nikolaidou
2022-04-11fallbacksrc: Don't panic when shutting down the source and there are source p...Sebastian Dröge
2022-04-11fallbacksrc: Reset state in fallbacksrc custom source also if changing the st...Sebastian Dröge
2022-04-11fallbackswitch: Notify active-pad without state lock heldVivia Nikolaidou
2022-04-08fallbacksrc: Request the main pad first from fallbackswitchSebastian Dröge
2022-04-08fallbackswitch: Only notify active-pad property on state changes if it actual...Sebastian Dröge
2022-04-08fallbackswitch: Rename debug category from fallback-switch to fallbackswitchSebastian Dröge
2022-04-08fallbacksrc: Connect to `notify::active-pad` after requesting padsSebastian Dröge
2022-04-08uriplaylistbin: skip missing_http testGuillaume Desmottes
2022-04-08Revert "Revert "uriplaylistbin: disable test deadlocking""Guillaume Desmottes
2022-04-08uriplaylistbin: break reference cycleGuillaume Desmottes
2022-04-08uriplaylistbin: remove useless uridecodebin cloneGuillaume Desmottes
2022-04-08Revert "uriplaylistbin: disable test deadlocking"Guillaume Desmottes
2022-04-08uriplaylistbin: add Status::ShuttingDownGuillaume Desmottes
2022-04-08uriplaylistbin: replace errored with Status enumGuillaume Desmottes
2022-04-08uridecodebin: stop using crossbeam_channelGuillaume Desmottes
2022-04-07Update minimum supported GStreamer version to 1.14Sebastian Dröge
2022-04-06fallbackswitch: Add missing requires_privateJan Alexander Steffens (heftig)
2022-04-05fallbackswitch: Replace with priorityswitchJan Schmidt
2022-04-01uriplaylistbin: remove pad probe when shutting downGuillaume Desmottes
2022-03-28uriplaylistbin: handle waiting items no longer being setGuillaume Desmottes
2022-03-28uriplaylistbin: fix deadlock when shutting downGuillaume Desmottes
2022-03-25uriplaylistbin: fix race when handling topology changeGuillaume Desmottes
2022-03-22Revert "fallbackswitch: Forward custom downstream events from active sinkpad"Vivia Nikolaidou
2022-03-21fallbackswitch: Forward custom downstream events from active sinkpadVivia Nikolaidou
2022-03-17fallbacksrc: Flush source before restarting on errorsSebastian Dröge
2022-03-03fallbackswitch: properly handle GAP eventsGuillaume Desmottes
2022-03-03fallbackswitch: factor out handle_main_timed_item()Guillaume Desmottes
2022-03-02fallbackswitch: add support for buffers without ptsGuillaume Desmottes
2022-03-01fallbackswitch: export GEnum used in propertiesGuillaume Desmottes
2022-02-28Remove now unnecessary `Send+Sync` impls for element/etc subclassesSebastian Dröge
2022-02-28uriplaylistbin: disable test deadlockingGuillaume Desmottes