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

gst: Automatically use adaptivedemux2 elements #48

Closed Rafostar closed 1 year ago

Rafostar commented 1 year ago

GStreamer 1.22 introduces new hls/dash demuxers subclassing new adaptivedemux2. These work only with streams aware elements like playbin3. Add support for them to our existing gtuber demuxers, so they will be used by default when possible.