gstreamer/ext/soup
Stavros Vagionitis 21c6da6764 souphttpsrc: Make non-inclusive segment boundaries inclusive
The problem is that the filesrc and souphttpsrc are behaving
differently regarding the calculation of the segment boundaries. The
filesrc is using a non-inclusive boundaries, while the souphttpsrc
uses inclusive. Currently the hlsdemux calculates the boundaries as
inclusive, so for this reason there is no problem with the souphttpsrc,
but there is an issue in the filesrc.

The GstSegment is non-inclusive, so the proposed solution is to use
non-inclusive boundaries in the hlsdemux in order to be consistent.
Make the change in the hlsdemux, will break the souphttpsrc, which
will expect inclusive boundaries, but the hlsdemux will offer
non-inclusive. This change makes sure that the non-inclusive
boundaries are converted to inclusive.

https://bugzilla.gnome.org/show_bug.cgi?id=748316
2015-10-14 16:56:22 +03:00
..
gstsoup.c souphttp*: add ability to do HTTP session logging 2014-02-11 17:50:44 -03:00
gstsouphttpclientsink.c souphttpclientsink: Add the retry and retry-delay properties 2015-10-14 15:23:00 +03:00
gstsouphttpclientsink.h souphttpclientsink: Add the retry and retry-delay properties 2015-10-14 15:23:00 +03:00
gstsouphttpsrc.c souphttpsrc: Make non-inclusive segment boundaries inclusive 2015-10-14 16:56:22 +03:00
gstsouphttpsrc.h souphttpsrc: add property to set HTTP method 2015-08-14 06:37:55 -03:00
gstsouputils.c souputils: Fix compiler warning 2014-02-12 10:08:50 +01:00
gstsouputils.h souphttp*: add ability to do HTTP session logging 2014-02-11 17:50:44 -03:00
Makefile.am souphttp*: add ability to do HTTP session logging 2014-02-11 17:50:44 -03:00