Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.1k
    • Issues 1.1k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 498
    • Merge requests 498
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gstreamergstreamer
  • Merge requests
  • !3152

souphttpsrc: revert moving the libsoup session in a separate thread

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Arnaud Vrac requested to merge rawoul/gstreamer:soup-nothread into main Oct 10, 2022
  • Overview 10
  • Commits 1
  • Pipelines 3
  • Changes 4

This is broken since the idle source might not wake up while libsoup is downloading data, when the connection is fast enough to always make the main loop busy.

Additionally the SoupSession was made thread safe again in soup 3.2.0.

Tested with libsoup 2.74.0 and libsoup 3.2.0.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: soup-nothread