Rafostar / gtuber

C library to fetch media info from websites
https://rafostar.github.io/gtuber/
GNU Lesser General Public License v2.1
9 stars 3 forks source link

Drop libsoup2 support #14

Closed Rafostar closed 2 years ago

Rafostar commented 2 years ago

It was hacky and problematic as not only plugins needed to support both versions, but gtuber implementations also had to be compiled against the same libsoup version as gtuber itself.

This is the right thing to do as newly written libs should target libsoup3 and it enables HTTP/2 support which allows us to handle more websites. GStreamer since 1.19.90 works with libsoup3, thus the minimal version bump.