mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
typefind: Fix comment typo and add a link the the HTTP live streaming spec
This commit is contained in:
parent
70148cdf97
commit
34548c16d8
1 changed files with 2 additions and 1 deletions
|
@ -266,11 +266,12 @@ uri_type_find (GstTypeFind * tf, gpointer unused)
|
|||
}
|
||||
}
|
||||
|
||||
/*** plaulist/m3u8 ***/
|
||||
/*** playlist/m3u8 ***/
|
||||
|
||||
static GstStaticCaps m3u8_caps = GST_STATIC_CAPS ("playlist/m3u8");
|
||||
#define M3U8_CAPS (gst_static_caps_get(&m3u8_caps))
|
||||
|
||||
/* See http://tools.ietf.org/html/draft-pantos-http-live-streaming-05 */
|
||||
static void
|
||||
m3u8_type_find (GstTypeFind * tf, gpointer unused)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue