gstreamer/subprojects/gst-plugins-bad/ext/smoothstreaming
Hosang Lee 228dd25a0a mssdemux: Use gsturi structure to form fragment urls
We can use gst_uri_from_string_with_base () to join base url
and the fragment url path.
The previous method of forming base url in update_base_url(),
by looking for the string 'manifest' or 'Manifest' is insufficient.
A query may include these string in their paths and thus an invalid
base url string will be kept.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8193>
2024-12-21 10:29:48 +00:00
..
gstmssdemux.c mssdemux: Use gsturi structure to form fragment urls 2024-12-21 10:29:48 +00:00
gstmssdemux.h
gstmssfragmentparser.c
gstmssfragmentparser.h
gstmssmanifest.c
gstmssmanifest.h
gstsmoothstreaming-plugin.c
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00