gstreamer/ext
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
..
aalib gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
cairo cairooverlay: add support for RGB16 2014-01-31 14:17:54 +00:00
dv dvdemux: remove unused variable 2015-07-30 14:36:15 +01:00
flac flacenc: avoid potential string overflow 2015-09-28 20:25:22 +01:00
gdk_pixbuf gdkpixbufdec: Fix pixbuf_loader leak during failures 2015-10-08 15:01:53 +01:00
jack jack: case missing break statement 2015-02-19 11:20:55 +00:00
jpeg videoencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
libcaca cacasink: Fix support for RGB formats and add support for more of them 2013-05-07 15:54:24 +02:00
libpng videoencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
pulse pulse: add properties to GstDevice 2015-07-15 18:29:21 +02:00
raw1394 Improve and fix LATENCY query handling 2015-02-11 13:53:02 +01:00
shout2 docs: update example pipelines in element docs 2015-05-10 11:05:00 +01:00
soup souphttpsrc: Make non-inclusive segment boundaries inclusive 2015-10-14 16:56:22 +03:00
speex audioencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
taglib apev2mux: write APE tags at end for wavpack files 2014-11-28 13:12:46 +00:00
vpx videoencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
wavpack wavpackdec: fix taglist memory leak 2015-08-21 10:22:14 +03:00
Makefile.am mikmod: remove ancient unported plugin 2015-06-25 10:06:07 +01:00