After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741096 - hlssink: remove unnecessary title on EXTINF tag
hlssink: remove unnecessary title on EXTINF tag
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-04 04:27 UTC by Flávio Ribeiro
Modified: 2014-12-04 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove hardcoded fake title in hlssink. (3.11 KB, patch)
2014-12-04 04:33 UTC, Flávio Ribeiro
committed Details | Review

Description Flávio Ribeiro 2014-12-04 04:27:37 UTC
According to HLS draft 14 the remainder of the line following the comma on EXTINF tag is not required.
Comment 1 Flávio Ribeiro 2014-12-04 04:33:09 UTC
Created attachment 292113 [details] [review]
Patch to remove hardcoded fake title in hlssink.

This patch removes the fake title and saves some bytes on the playlist.
Comment 2 Sebastian Dröge (slomo) 2014-12-04 16:52:44 UTC
This was even in the very first draft of the spec. Thanks!

commit c306e0dfa74301322cedd7ec9714592bcb583702
Author: Flávio Ribeiro <email@flavioribeiro.com>
Date:   Thu Dec 4 02:12:08 2014 -0200

    hlssink: remove unnecessary title on EXTINF tag
    
    According to the HLS spec the remainder of the line following
    the comma on EXTINF tag is not required. This patch removes
    the fake title and saves some bytes on the playlist.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741096