mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
hlsdemux: update for media type was renaming from playlist/m3u8 to application/x-hls
This commit is contained in:
parent
d96ef19bdb
commit
6edcf4fbe6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
|
|||
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("playlist/m3u8"));
|
||||
GST_STATIC_CAPS ("application/x-hls"));
|
||||
|
||||
static GstStaticPadTemplate fetchertemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
|
|
Loading…
Reference in a new issue